1 instantiation of RootComponentMappingCollection
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
71RootComponents = new RootComponentMappingCollection();
2 references to RootComponentMappingCollection
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (1)
28private readonly RootComponentMappingCollection _rootComponents;
Hosting\WebAssemblyHostBuilder.cs (1)
231public RootComponentMappingCollection RootComponents { get; }