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)
30
await
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.init", _selfReference, spacerBefore, spacerAfter);
51
await
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.dispose", _selfReference);