4 references to DisabledWave
Microsoft.Build (2)
Evaluation\Evaluator.cs (2)
1205
_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_OutOfRotation", ChangeWaves.
DisabledWave
, Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{string.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
1232
SetBuiltInProperty(ReservedPropertyNames.msbuilddisablefeaturesfromversion, ChangeWaves.
DisabledWave
.ToString());
Microsoft.Build.Framework (2)
BackEnd\Handshake.cs (2)
149
/// <see cref="ChangeWaves.
DisabledWave
"/> clamps and rounds the environment variable into the binary's own
165
Version disabledWave = ChangeWaves.
DisabledWave
;