1 write to _jsRuntime
Microsoft.AspNetCore.Components.Web (1)
Virtualization\VirtualizeJsInterop.cs (1)
24_jsRuntime = jsRuntime;
2 references to _jsRuntime
Microsoft.AspNetCore.Components.Web (2)
Virtualization\VirtualizeJsInterop.cs (2)
30await _jsRuntime.InvokeVoidAsync($"{JsFunctionsPrefix}.init", _selfReference, spacerBefore, spacerAfter); 51await _jsRuntime.InvokeVoidAsync($"{JsFunctionsPrefix}.dispose", _selfReference);