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