4 references to ParameterViewIllegalCapturingComponent
Microsoft.AspNetCore.Components.Tests (4)
RendererTest.cs (4)
4443builder.OpenComponent<ParameterViewIllegalCapturingComponent>(0); 4444builder.AddComponentParameter(1, nameof(ParameterViewIllegalCapturingComponent.SomeParam), 0); 4454var capturingComponent = (ParameterViewIllegalCapturingComponent)renderer.GetCurrentRenderTreeFrames(rootComponentId).Array[0].Component;