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