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