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