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)
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
)
155
public override long Length =>
_totalLength
;