2 writes to Sequence
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (1)
121Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).Sequence = value!,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
77Sequence = sequence;
3 references to Sequence
Microsoft.AspNetCore.Components.Endpoints (3)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (2)
120Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).Sequence, 247global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Sequence, NullableInt32);
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
100return $"Server Component: {TypeName}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";