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