4 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));
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\RootComponentMappingTest.cs (2)
17var mapping = new RootComponentMapping(typeof(Router), "test"); 29() => new RootComponentMapping(typeof(StringBuilder), "test"),