8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
178
=>
GetRequiredComponentState
(componentId);
189
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
229
var componentState =
GetRequiredComponentState
(componentId);
280
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
807
var componentState =
GetRequiredComponentState
(componentId);
1047
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1176
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781
var currentComponentState = renderer.
GetRequiredComponentState
(componentId);