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)
116if (_bytesRead > _totalLength) 118throw new EndOfStreamException($"The incoming data stream declared a length {_totalLength}, but {_bytesRead} bytes were sent."); 127if (_bytesRead == _totalLength)