21 references to ComponentReferenceCapture
Microsoft.AspNetCore.Components (9)
Rendering\RenderTreeBuilder.cs (1)
623_lastNonAttributeFrameType = RenderTreeFrameType.ComponentReferenceCapture;
RenderTree\RenderTreeDiffBuilder.cs (4)
836case RenderTreeFrameType.ComponentReferenceCapture: 948case RenderTreeFrameType.ComponentReferenceCapture: 998throw new InvalidOperationException($"{nameof(RenderTreeFrameType.ComponentReferenceCapture)} frame references invalid parent index."); 1005throw 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.Authorization.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType); 139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.Forms.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType); 139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
169case RenderTreeFrameType.ComponentReferenceCapture:
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
240RenderTreeFrameType.ComponentReferenceCapture, 0, 0, 0, 0,
Microsoft.AspNetCore.Components.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType); 139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
94case RenderTreeFrameType.ComponentReferenceCapture:
Microsoft.AspNetCore.Components.Web.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
132Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType); 139Assert.Equal(RenderTreeFrameType.ComponentReferenceCapture, frame.FrameType);
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
169case RenderTreeFrameType.ComponentReferenceCapture: