8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
152
=>
GetRequiredComponentState
(componentId);
163
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
202
var componentState =
GetRequiredComponentState
(componentId);
252
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
779
var componentState =
GetRequiredComponentState
(componentId);
1019
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1148
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781
var currentComponentState = renderer.
GetRequiredComponentState
(componentId);