1 write to _jsStreamReference
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\BrowserFileStream.cs (1)
90
_jsStreamReference
= await _jsRuntime.InvokeAsync<IJSStreamReference>(
2 references to _jsStreamReference
Microsoft.AspNetCore.Components.Web (2)
Forms\InputFile\BrowserFileStream.cs (2)
96
return await
_jsStreamReference
.OpenReadStreamAsync(
123
_ =
_jsStreamReference
?.DisposeAsync().Preserve();