7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
151
=>
GetRequiredComponentState
(componentId);
162
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
201
var componentState =
GetRequiredComponentState
(componentId);
246
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
773
var componentState =
GetRequiredComponentState
(componentId);
1013
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1142
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));