1 write to RequestedComponentType
Microsoft.AspNetCore.Components.Tests (1)
ComponentFactoryTest.cs (1)
703RequestedComponentType = componentType;
2 references to RequestedComponentType
Microsoft.AspNetCore.Components.Tests (2)
ComponentFactoryTest.cs (2)
156Assert.Equal(componentType, renderer.RequestedComponentType); 206Assert.Equal(componentType, renderer.RequestedComponentType);