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