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