2 references to RootComponentMapping
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\RootComponentMapping.cs (1)
45public RootComponentMapping([DynamicallyAccessedMembers(Component)] Type componentType, string selector, ParameterView parameters) : this(componentType, selector)
Hosting\RootComponentMappingCollection.cs (1)
28Add(new RootComponentMapping(typeof(TComponent), selector));