1 write to _selfReference
Microsoft.AspNetCore.Components.Web (1)
Virtualization\VirtualizeJsInterop.cs (1)
29
_selfReference
= DotNetObjectReference.Create(this);
3 references to _selfReference
Microsoft.AspNetCore.Components.Web (3)
Virtualization\VirtualizeJsInterop.cs (3)
30
await _jsRuntime.InvokeVoidAsync($"{JsFunctionsPrefix}.init",
_selfReference
, spacerBefore, spacerAfter);
47
if (
_selfReference
!= null)
51
await _jsRuntime.InvokeVoidAsync($"{JsFunctionsPrefix}.dispose",
_selfReference
);