13 references to ComponentReferenceCapture
Microsoft.AspNetCore.Components (9)
Rendering\RenderTreeBuilder.cs (1)
627
_lastNonAttributeFrameType = RenderTreeFrameType.
ComponentReferenceCapture
;
RenderTree\RenderTreeDiffBuilder.cs (4)
876
case RenderTreeFrameType.
ComponentReferenceCapture
:
988
case RenderTreeFrameType.
ComponentReferenceCapture
:
1038
throw new InvalidOperationException($"{nameof(RenderTreeFrameType.
ComponentReferenceCapture
)} frame references invalid parent index.");
1045
throw new InvalidOperationException($"Trying to initialize {nameof(RenderTreeFrameType.
ComponentReferenceCapture
)} frame before parent component was assigned.");
RenderTree\RenderTreeFrame.cs (3)
231
/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.
ComponentReferenceCapture
"/>,
243
/// If the <see cref="FrameType"/> property equals <see cref="RenderTreeFrameType.
ComponentReferenceCapture
"/>,
384
FrameTypeField = RenderTreeFrameType.
ComponentReferenceCapture
;
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
118
FrameTypeField = RenderTreeFrameType.
ComponentReferenceCapture
,
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
142
case RenderTreeFrameType.
ComponentReferenceCapture
:
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
169
case RenderTreeFrameType.
ComponentReferenceCapture
:
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
142
case RenderTreeFrameType.
ComponentReferenceCapture
:
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
94
case RenderTreeFrameType.
ComponentReferenceCapture
: