5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
203
=>
_componentStateByComponent
.GetValueOrDefault(component);
437
_componentStateByComponent
.Add(component, componentState);
532
_componentStateByComponent
.TryGetValue(receiverComponent, out receiverComponentState);
1091
_componentStateByComponent
.Remove(disposeComponentState.Component);
1313
_componentStateByComponent
.Clear();