13 references to ComponentReferenceCapture
Microsoft.AspNetCore.Components (9)
Rendering\RenderTreeBuilder.cs (1)
627_lastNonAttributeFrameType = RenderTreeFrameType.ComponentReferenceCapture;
RenderTree\RenderTreeDiffBuilder.cs (4)
876case RenderTreeFrameType.ComponentReferenceCapture: 988case RenderTreeFrameType.ComponentReferenceCapture: 1038throw new InvalidOperationException($"{nameof(RenderTreeFrameType.ComponentReferenceCapture)} frame references invalid parent index."); 1045throw 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"/>, 384FrameTypeField = RenderTreeFrameType.ComponentReferenceCapture;
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
118FrameTypeField = RenderTreeFrameType.ComponentReferenceCapture,
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
142case RenderTreeFrameType.ComponentReferenceCapture:
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
169case RenderTreeFrameType.ComponentReferenceCapture:
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
142case RenderTreeFrameType.ComponentReferenceCapture:
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
94case RenderTreeFrameType.ComponentReferenceCapture: