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