7 references to AllWaves
Microsoft.Build (2)
Evaluation\Evaluator.cs (2)
1202_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_InvalidFormat", Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{string.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]"); 1205_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_OutOfRotation", ChangeWaves.DisabledWave, Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{string.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
Microsoft.Build.Framework (5)
ChangeWaves.cs (5)
60return AllWaves[0]; 71return AllWaves[AllWaves.Length - 1]; 149else if (_cachedWave == EnableAllFeatures || Array.IndexOf(AllWaves, _cachedWave) >= 0) 166_cachedWave = AllWaves.First((x) => x > _cachedWave);