1 write to _totalLength
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\PullFromJSDataStream.cs (1)
38
_totalLength
= totalLength;
3 references to _totalLength
Microsoft.AspNetCore.Components.WebView (3)
src\Components\Shared\src\PullFromJSDataStream.cs (3)
49
public override long Length =>
_totalLength
;
99
numBytesToRead = (int)Math.Min(numBytesToRead,
_totalLength
- _offset);
107
if (_offset ==
_totalLength
)