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