7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
145
=>
GetRequiredComponentState
(componentId);
156
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
195
var componentState =
GetRequiredComponentState
(componentId);
240
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
767
var componentState =
GetRequiredComponentState
(componentId);
1007
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1136
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));