8 references to Span
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\ChunkWriter.cs (2)
142var count = BeginChunkBytes(dataCount, start.Span); 150var span = start.Span;
src\Shared\ServerInfrastructure\BufferExtensions.cs (5)
117var dest = buffer.Span; 136var buffer = bufferWriter.Span; 198var dest = buffer.Span; 220var bytes = buffer.Span; 244bytes = buffer.Span;
src\Shared\ServerInfrastructure\BufferWriter.cs (1)
21/// Backing field for the <see cref="Span"/> property.