1 write to _registry
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
40
_registry
= renderHandle.Dispatcher.SectionRegistry;
4 references to _registry
Microsoft.AspNetCore.Components (4)
Sections\SectionContent.cs (4)
72
_registry
.RemoveProvider(_registeredIdentifier, this);
75
_registry
.AddProvider(identifier, this, IsDefaultContent);
80
_registry
.NotifyContentProviderChanged(identifier, this);
114
_registry
.RemoveProvider(_registeredIdentifier, this);