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