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