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