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)
27
public override long Length =>
_length
;