2 implementations of EndUpdateRootComponents
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
36
public void
EndUpdateRootComponents
(long batchId)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
28
public void
EndUpdateRootComponents
(long batchId) { }
1 reference to EndUpdateRootComponents
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
109
_jsMethods.
EndUpdateRootComponents
(batchId);