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