2 references to AsSpan
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
265return frames.AsSpan(attributeFramesStartIndex..attributeFramesEndIndexExcl);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1455ReadOnlySpan<byte> srcBytes = MemoryMarshal.AsBytes(bits.AsSpan(..^1));