12 references to Sequence
Microsoft.AspNetCore.Components (7)
RenderTree\RenderTreeFrame.cs (7)
463return $"Attribute: (seq={Sequence}, id={AttributeEventHandlerId}) '{AttributeName}'='{AttributeValue}'"; 466return $"Component: (seq={Sequence}, key={ComponentKeyField ?? "(none)"}, len={ComponentSubtreeLength}) {ComponentType}"; 469return $"Element: (seq={Sequence}, key={ElementKeyField ?? "(none)"}, len={ElementSubtreeLength}) {ElementName}"; 472return $"Region: (seq={Sequence}, len={RegionSubtreeLength})"; 475return $"Text: (seq={Sequence}, len=n/a) {EscapeNewlines(TextContentField)}"; 478return $"Markup: (seq={Sequence}, len=n/a) {EscapeNewlines(TextContentField)}"; 481return $"ElementReferenceCapture: (seq={Sequence}, len=n/a) {ElementReferenceCaptureAction}";
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
14Assert.Equal(sequence.Value, frame.Sequence);
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
244var sequenceAndKey = new SequenceAndKey(componentFrame.Sequence, componentFrame.ComponentKey);
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
14Assert.Equal(sequence.Value, frame.Sequence);
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
14Assert.Equal(sequence.Value, frame.Sequence);
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
14Assert.Equal(sequence.Value, frame.Sequence);