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)
49public override long Length => _totalLength; 99numBytesToRead = (int)Math.Min(numBytesToRead, _totalLength - _offset); 107if (_offset == _totalLength)