1 instantiation of SectionRegistry
Microsoft.AspNetCore.Components (1)
Dispatcher.cs (1)
31internal SectionRegistry SectionRegistry => _sectionRegistry ??= new();
5 references to SectionRegistry
Microsoft.AspNetCore.Components (5)
Dispatcher.cs (3)
15private SectionRegistry? _sectionRegistry; 29/// Gets the <see cref="Sections.SectionRegistry"/> associated with the dispatcher. 31internal SectionRegistry SectionRegistry => _sectionRegistry ??= new();
Sections\SectionContent.cs (1)
13private SectionRegistry _registry = default!;
Sections\SectionOutlet.cs (1)
16private SectionRegistry _registry = default!;