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