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