2 references to AsSpan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
3756return AsSpan(segment, actualIndex);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
412return memoryStreamBuffer.AsSpan(position);