5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
154
=>
_componentStateByComponent
.GetValueOrDefault(component);
375
_componentStateByComponent
.Add(component, componentState);
459
_componentStateByComponent
.TryGetValue(receiverComponent, out receiverComponentState);
980
_componentStateByComponent
.Remove(disposeComponentState.Component);
1202
_componentStateByComponent
.Clear();