10 references to RegionSubtreeLength
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeFrame.cs (1)
472return $"Region: (seq={Sequence}, len={RegionSubtreeLength})";
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
105Assert.Equal(subtreeLength, frame.RegionSubtreeLength);
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
105Assert.Equal(subtreeLength, frame.RegionSubtreeLength);
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
187_binaryWriter.Write(frame.RegionSubtreeLength);
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
105Assert.Equal(subtreeLength, frame.RegionSubtreeLength);
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
92return RenderFrames(componentId, output, frames, position + 1, frame.RegionSubtreeLength - 1);
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
105Assert.Equal(subtreeLength, frame.RegionSubtreeLength);
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
187_binaryWriter.Write(frame.RegionSubtreeLength);
Microsoft.AspNetCore.Components.WebView.Test (2)
Infrastructure\TestDocument.cs (2)
227return InsertFrameRange(batch, parent, childIndex, frames, frameIndex + 1, frameIndex + frame.RegionSubtreeLength); 435return frame.RegionSubtreeLength - 1;