1 write to _bytesRead
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSDataStream.cs (1)
114
_bytesRead
+= chunk.Length;
3 references to _bytesRead
Microsoft.AspNetCore.Components.Server (3)
Circuits\RemoteJSDataStream.cs (3)
116
if (
_bytesRead
> _totalLength)
118
throw new EndOfStreamException($"The incoming data stream declared a length {_totalLength}, but {
_bytesRead
} bytes were sent.");
127
if (
_bytesRead
== _totalLength)