1 write to _registry
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
43
_registry
= renderHandle.SectionRegistry;
4 references to _registry
Microsoft.AspNetCore.Components (4)
Sections\SectionContent.cs (4)
75
_registry
.RemoveProvider(_registeredIdentifier, this);
78
_registry
.AddProvider(identifier, this, IsDefaultContent);
83
_registry
.NotifyContentProviderChanged(identifier, this);
117
_registry
.RemoveProvider(_registeredIdentifier, this);