5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
203
=>
_componentStateByComponent
.GetValueOrDefault(component);
438
_componentStateByComponent
.Add(component, componentState);
533
_componentStateByComponent
.TryGetValue(receiverComponent, out receiverComponentState);
1092
_componentStateByComponent
.Remove(disposeComponentState.Component);
1314
_componentStateByComponent
.Clear();