5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
177
=>
_componentStateByComponent
.GetValueOrDefault(component);
410
_componentStateByComponent
.Add(component, componentState);
505
_componentStateByComponent
.TryGetValue(receiverComponent, out receiverComponentState);
1064
_componentStateByComponent
.Remove(disposeComponentState.Component);
1286
_componentStateByComponent
.Clear();