9 references to Wave18_5
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
495
bool shouldFilterByNodeMode = expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
);
692
if (expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
Microsoft.Build.Framework (1)
ChangeWaves.cs (1)
38
internal static readonly Version[] AllWaves = [Wave17_10, Wave17_12, Wave17_14, Wave18_3, Wave18_4,
Wave18_5
, Wave18_6, Wave18_7];
Microsoft.Build.Tasks.Core (4)
AssignTargetPath.cs (2)
63
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
128
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
ListOperators\FindUnderPath.cs (2)
66
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
99
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
Microsoft.Build.Tasks.UnitTests (2)
FindUnderPath_Tests.cs (2)
51
env.SetEnvironmentVariable("MSBUILDDISABLEFEATURESFROMVERSION", ChangeWaves.
Wave18_5
.ToString());
80
env.SetEnvironmentVariable("MSBUILDDISABLEFEATURESFROMVERSION", ChangeWaves.
Wave18_5
.ToString());