6 references to AllWaves
MSBuildTaskHost (6)
ChangeWaves.cs (6)
54return AllWaves[0]; 65return AllWaves[AllWaves.Length - 1]; 143else if (_cachedWave == EnableAllFeatures || Array.IndexOf(AllWaves, _cachedWave) >= 0) 160_cachedWave = AllWaves.First((x) => x > _cachedWave); 175Debug.Assert(_runningTests || Array.IndexOf(AllWaves, wave) >= 0, $"Change wave version {wave} is invalid");