5 references to _orderedInstanceIds
dotnet (5)
Commands\Test\MTP\Terminal\TestProgressState.cs (5)
135
var index =
_orderedInstanceIds
.IndexOf(instanceId);
139
_orderedInstanceIds
.Add(instanceId);
142
else if (index !=
_orderedInstanceIds
.Count - 1)
146
throw new UnreachableException($"Unexpected handshake for instance id '{instanceId}' at index '{index}' while the last index is '{
_orderedInstanceIds
.Count - 1}'");
152
var index =
_orderedInstanceIds
.IndexOf(instanceId);