2 writes to Sequence
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
77
Sequence
= sequence;
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
119
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Sequence
= value!,
3 references to Sequence
Microsoft.AspNetCore.Components.WebAssembly (3)
src\Shared\Components\ComponentMarker.cs (1)
100
return $"Server Component: {TypeName}, Sequence: {
Sequence
}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
118
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Sequence
,
256
int? __value_Sequence = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Sequence
;