1 override of WriteComponentHtml
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
260protected override void WriteComponentHtml(int componentId, TextWriter output)
5 references to WriteComponentHtml
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
285base.WriteComponentHtml(componentId, output); 294base.WriteComponentHtml(componentId, wrappedOutput); 362base.WriteComponentHtml(componentId, output);
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\HtmlRootComponent.cs (1)
49=> _renderer?.WriteComponentHtml(_componentId, output);
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
50WriteComponentHtml(componentFrame.ComponentId, output);