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