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