8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
184
=>
GetRequiredComponentState
(componentId);
195
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
236
var componentState =
GetRequiredComponentState
(componentId);
287
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
814
var componentState =
GetRequiredComponentState
(componentId);
1054
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1183
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781
var currentComponentState = renderer.
GetRequiredComponentState
(componentId);