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