15 writes to ComponentType
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\IRazorComponentApplication.cs (1)
43components.Add(new ComponentBuilder() { AssemblyName = name, ComponentType = candidate, RenderMode = renderMode });
Microsoft.AspNetCore.Components.Endpoints.Tests (14)
Discovery\ComponentApplicationBuilderTests.cs (12)
270ComponentType = typeof(App1Test1), 275ComponentType = typeof(App1Test2), 280ComponentType = typeof(App1Test3), 285ComponentType = typeof(App1OtherComponent), 322ComponentType = typeof(App2Test1), 327ComponentType = typeof(App2Test2), 332ComponentType = typeof(App2Test3), 337ComponentType = typeof(App2OtherComponent), 374ComponentType = typeof(SharedTest1), 379ComponentType = typeof(SharedTest2), 384ComponentType = typeof(SharedTest3), 389ComponentType = typeof(SharedOtherComponent),
HotReloadServiceTests.cs (1)
208ComponentType = t,
RazorComponentEndpointDataSourceTest.cs (1)
211ComponentType = t,
5 references to ComponentType
Microsoft.AspNetCore.Components.Endpoints (5)
Discovery\ComponentBuilder.cs (5)
37EqualityComparer<Type>.Default.Equals(ComponentType, other.ComponentType); 43return HashCode.Combine(AssemblyName, ComponentType); 55return new ComponentInfo(ComponentType) 62return new ComponentInfo(ComponentType);