2 writes to Sequence
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
77Sequence = sequence;
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
119Setter = 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)
100return $"Server Component: {TypeName}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
118Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).Sequence, 256int? __value_Sequence = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Sequence;