3 writes to Sequence
Microsoft.AspNetCore.Components.Server (1)
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;
2 references to Sequence
Microsoft.AspNetCore.Components.Server (1)
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)