49 references to AddContent
BlazorUnitedApp (1)
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared\MainLayout_razor.g.cs (1)
113__builder.AddContent(14, Body
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (1)
176builder.AddContent(0, ChildContent);
Rendering\RenderTreeBuilder.cs (1)
128AddContent(sequence, fragment(value));
Microsoft.AspNetCore.Components.Authorization (3)
AuthorizeViewCore.cs (3)
57builder.AddContent(0, Authorizing); 62builder.AddContent(0, authorized?.Invoke(currentAuthenticationState!)); 66builder.AddContent(0, NotAuthorized?.Invoke(currentAuthenticationState!));
Microsoft.AspNetCore.Components.Authorization.Tests (2)
AuthorizeRouteViewTest.cs (1)
395builder.AddContent(1, Body);
AuthorizeViewTest.cs (1)
556builder.AddContent(0, ChildContent);
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
DisableStreaming_razor.g.cs (1)
31__builder.AddContent(0, ChildContent
EnableStreaming_razor.g.cs (1)
31__builder.AddContent(0, ChildContent
TestLayout_razor.g.cs (1)
50__builder.AddContent(3, Body
TestParentLayout_razor.g.cs (1)
41__builder.AddContent(3, Body
Microsoft.AspNetCore.Components.QuickGrid (10)
ColumnBase_razor.g.cs (2)
88__builder.AddContent(0, HeaderTemplate(this) 271__builder.AddContent(30, PlaceholderTemplate(placeholderContext)
Columns\TemplateColumn.cs (1)
26=> builder.AddContent(0, ChildContent(item));
Infrastructure\Defer.cs (1)
28builder.AddContent(0, ChildContent);
Paginator_razor.g.cs (1)
77__builder.AddContent(6, SummaryTemplate
QuickGrid_razor.g.cs (5)
115__builder2.AddContent(4, ChildContent 215__builder3.AddContent(22, _renderColumnHeaders 362__builder3.AddContent(33, _renderNonVirtualizedRows 702__builder.AddContent(61, col.HeaderContent 731__builder.AddContent(65, col.ColumnOptions
Microsoft.AspNetCore.Components.Tests (13)
CascadingParameterTest.cs (2)
881=> builder.AddContent(0, ChildContent); 1041builder.AddContent(0, ChildContent);
ComponentBaseTest.cs (2)
620builder.AddContent(0, ChildContent); 716builder.AddContent(0, ChildContent);
DynamicComponentTest.cs (1)
136builder.AddContent(1, ChildContent);
LayoutViewTest.cs (3)
289builder.AddContent(1, Body); 303builder.AddContent(1, Body); 317builder.AddContent(1, Body);
RendererTest.cs (2)
6311builder.AddContent(0, Template(dog)); 6326builder.AddContent(0, Template(list));
Rendering\RenderTreeBuilderTest.cs (1)
697builder.AddContent(11, fragment);
RouteViewTest.cs (2)
207builder.AddContent(1, Body); 220builder.AddContent(1, Body);
Microsoft.AspNetCore.Components.Web (8)
EnvironmentBoundary.cs (1)
73builder.AddContent(0, ChildContent);
Forms\InputSelect.cs (1)
62builder.AddContent(11, ChildContent);
Forms\Label.cs (1)
114builder.AddContent(4, ChildContent);
Head\PageTitle.cs (1)
32builder.AddContent(1, ChildContent);
Routing\NavLink.cs (1)
244builder.AddContent(5, ChildContent);
Virtualization\Virtualize.cs (1)
250builder.AddContent(4, _emptyContent);
Web\ErrorBoundary.cs (2)
30builder.AddContent(0, ChildContent); 34builder.AddContent(1, ErrorContent(CurrentException));
Microsoft.AspNetCore.Components.Web.Tests (3)
HtmlRendering\HtmlRendererTest.cs (2)
687rtb.AddContent(2, rf => rf.AddContent(0, "Hello world!")); 716rtb.AddContent(3, rf => rf.AddContent(0, "Hello world!"));
Virtualization\VirtualizeTest.cs (1)
136builder.AddContent(2, InnerContent);
Wasm.Performance.TestApp (3)
Grid_razor.g.cs (1)
90__builder2.AddContent(4, ChildContent
GridColumn_razor.g.cs (1)
123__builder.AddContent(3, ChildContent(rowData)
MainLayout_razor.g.cs (1)
81__builder.AddContent(8, Body