2 writes to ChildContent
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (2)
61ChildContent = null; 74ChildContent = (RenderFragment)parameter.Value;
3 references to ChildContent
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (2)
72else if (parameter.Name.Equals(nameof(ChildContent), StringComparison.OrdinalIgnoreCase)) 176builder.AddContent(0, ChildContent);
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeRouteViewTest.cs (1)
417builder.AddComponentParameter(2, nameof(CascadingValue<object>.ChildContent), (RenderFragment)(builder =>