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