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