3 writes to _length
Microsoft.AspNetCore.Http.Connections.Client (3)
src\SignalR\common\Shared\PipeWriterStream.cs (3)
53_length += count; 75_length += source.Length; 106_length = 0;
1 reference to _length
Microsoft.AspNetCore.Http.Connections.Client (1)
src\SignalR\common\Shared\PipeWriterStream.cs (1)
27public override long Length => _length;