2 references to GetOrCreateWebRootComponentManager
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (1)
217var webRootComponentManager = renderer.GetOrCreateWebRootComponentManager();
Rendering\WebAssemblyRenderer.cs (1)
50var webRootComponentManager = GetOrCreateWebRootComponentManager();