3 references to SectionOutletContentRenderer
Microsoft.AspNetCore.Components (3)
Rendering\ComponentState.cs (1)
39LogicalParentComponentState = component is SectionOutlet.SectionOutletContentRenderer
Sections\SectionOutlet.cs (2)
101builder.OpenComponent<SectionOutletContentRenderer>(0); 103builder.AddComponentParameter(1, SectionOutletContentRenderer.ContentParameterName, fragment);