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