4 writes to Sequence
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
121Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).Sequence = value!,
src\Shared\Components\ComponentMarker.cs (1)
77Sequence = sequence;
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\ServerComponentDeserializerTest.cs (2)
245missingSequenceMarker[0].Sequence = null; 246missingSequenceMarker[1].Sequence = null;
4 references to Sequence
Microsoft.AspNetCore.Components.Server (3)
CircuitPersistenceManagerSerializerContext.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\Shared\Components\ComponentMarker.cs (1)
100return $"Server Component: {TypeName}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\ServerComponentDeserializerTest.cs (1)
198.Where(m => m.Sequence != 1)