2 writes to ChildContent
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (2)
61ChildContent = null; 74ChildContent = (RenderFragment)parameter.Value;
7 references to ChildContent
Aspire.Dashboard.Components.Tests (4)
Controls\AspireMenuTests.cs (1)
199builder.Add(p => p.ChildContent, (RenderFragment)(_ => { }));
Pages\ConsoleLogsTests.cs (1)
1162builder.AddAttribute(2, nameof(CascadingValue<ViewportInformation>.ChildContent), (RenderFragment)(childBuilder =>
Pages\LoginTests.cs (1)
43builder.AddAttribute(3, nameof(CascadingValue<Task<AuthenticationState>>.ChildContent), (RenderFragment)(childBuilder =>
Shared\FluentUISetupHelpers.cs (1)
390builder.AddComponentParameter(4, nameof(CascadingValue<ViewportInformation>.ChildContent), (RenderFragment)(contentBuilder =>
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (2)
72else if (parameter.Name.Equals(nameof(ChildContent), StringComparison.OrdinalIgnoreCase)) 176builder.AddContent(0, ChildContent);
Microsoft.AspNetCore.Components.Authorization (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\CascadingAuthenticationState_razor.g.cs (1)
58ChildContent