4 references to AsSpan
Microsoft.Extensions.ServiceDiscovery.Dns (2)
Resolver\DnsDataReader.cs (2)
61value = BinaryPrimitives.ReadUInt16BigEndian(MessageBuffer.AsSpan(_position)); 74value = BinaryPrimitives.ReadUInt32BigEndian(MessageBuffer.AsSpan(_position));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
3757return AsSpan(segment, actualIndex);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
412return memoryStreamBuffer.AsSpan(position);