1 write to Length
Microsoft.AspNetCore.Http.Connections (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
396
Length
= length;
2 references to Length
Microsoft.AspNetCore.Http.Connections (2)
src\SignalR\common\Shared\MemoryBufferWriter.cs (2)
201
await destination.WriteAsync(segment.Buffer.AsMemory(0, segment.
Length
), cancellationToken).ConfigureAwait(false);
391
public ReadOnlySpan<byte> Span => Buffer.AsSpan(0,
Length
);