3 references to AsSpan
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
265return frames.AsSpan(attributeFramesStartIndex..attributeFramesEndIndexExcl);
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
ArrayExtensions.cs (1)
80return MemoryExtensions.AsSpan(array, range);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1664ReadOnlySpan<byte> srcBytes = MemoryMarshal.AsBytes(bits.AsSpan(..^1));