1 write to _registry
Microsoft.AspNetCore.Components (1)
Sections\SectionOutlet.cs (1)
36
_registry
= _renderHandle.Dispatcher.SectionRegistry;
3 references to _registry
Microsoft.AspNetCore.Components (3)
Sections\SectionOutlet.cs (3)
66
_registry
.Unsubscribe(_subscribedIdentifier);
69
_registry
.Subscribe(identifier, this);
112
_registry
.Unsubscribe(_subscribedIdentifier);