1 write to _renderHandle
Microsoft.AspNetCore.Components (1)
Sections\SectionOutlet.cs (1)
37
_renderHandle
= renderHandle;
3 references to _renderHandle
Microsoft.AspNetCore.Components (3)
Sections\SectionOutlet.cs (3)
39
_registry =
_renderHandle
.SectionRegistry;
92
if (
_renderHandle
.IsRendererDisposed)
97
_renderHandle
.Render(BuildRenderTree);