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