4 references to AsSpan
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
198parametersWithCancellationToken.AsSpan(0, methodDefinition.Parameters.Length),
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\ImmutableMemoryStream.cs (1)
81_array.AsSpan(_position, result).CopyTo(buffer);
System\Reflection\Metadata\BlobBuilder.cs (1)
762WriteBytes(buffer.AsSpan(start, byteCount));
System\Reflection\Metadata\BlobWriter.cs (1)
209WriteBytes(buffer.AsSpan(start, byteCount));