13 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.Endpoints (4)
Rendering\EndpointComponentState.cs (1)
110return frame.Sequence;
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
314return (frame.Sequence, frame.ComponentKey);
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
266var sequenceAndKey = new SequenceAndKey(componentFrame.Sequence, componentFrame.ComponentKey);
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
104Sequence = frame.Sequence,
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
104Sequence = frame.Sequence,
Microsoft.AspNetCore.Components.WebAssembly (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
104Sequence = frame.Sequence,