Initialize(ptr, len, len, FileAccess.Read);
}
-#if !netstandard
+#if !NETSTANDARD2_0
public override int Read(Span<byte> buffer) => ReadCore(buffer);
public override void Write(ReadOnlySpan<byte> buffer) => WriteCore(buffer);
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
-#if !netstandard
+#if !NETSTANDARD2_0
using Internal.Runtime.CompilerServices;
#endif
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
-#if !netstandard
+#if !NETSTANDARD2_0
using Internal.Runtime.CompilerServices;
#endif
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
-#if !netstandard
+#if !NETSTANDARD2_0
using Internal.Runtime.CompilerServices;
#endif