1 write to _registry
Microsoft.AspNetCore.Components (1)
Sections\SectionOutlet.cs (1)
39
_registry
= _renderHandle.SectionRegistry;
3 references to _registry
Microsoft.AspNetCore.Components (3)
Sections\SectionOutlet.cs (3)
69
_registry
.Unsubscribe(_subscribedIdentifier);
72
_registry
.Subscribe(identifier, this);
115
_registry
.Unsubscribe(_subscribedIdentifier);