1 write to Component
Microsoft.AspNetCore.Components (1)
51 references to Component
Microsoft.AspNetCore.Components (28)
RenderTree\Renderer.Log.cs (5)
25InitializingRootComponent(logger, componentState.ComponentId, componentState.Component.GetType());
29InitializingChildComponent(logger, componentState.ComponentId, componentState.Component.GetType(), parentComponentState.ComponentId, parentComponentState.Component.GetType());
41RenderingComponent(logger, componentState.ComponentId, componentState.Component.GetType());
52DisposingComponent(logger, componentState.ComponentId, componentState.Component.GetType());
Microsoft.AspNetCore.Components.Endpoints (5)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.Server.Tests (5)
Microsoft.AspNetCore.Components.Tests (12)
CascadingParameterStateTest.cs (12)
85Assert.Same(states[1].Component, match.ValueSupplier);
108Assert.Same(states[3].Component, match.ValueSupplier);
113Assert.Same(states[1].Component, match.ValueSupplier);
134Assert.Same(states[0].Component, match.ValueSupplier);
139Assert.Same(states[1].Component, match.ValueSupplier);
158Assert.Same(states[0].Component, match.ValueSupplier);
177Assert.Same(states[0].Component, match.ValueSupplier);
211Assert.Same(states[0].Component, match.ValueSupplier);
305Assert.Same(states[0].Component, match.ValueSupplier);
328Assert.Same(states[2].Component, match.ValueSupplier);
333Assert.Same(states[3].Component, match.ValueSupplier);
354Assert.Same(states[1].Component, match.ValueSupplier);