9 references to Wave18_5
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
489
bool shouldFilterByNodeMode = expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
);
686
if (expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
Microsoft.Build.Framework (1)
ChangeWaves.cs (1)
37
internal static readonly Version[] AllWaves = [Wave17_10, Wave17_12, Wave17_14, Wave18_3, Wave18_4,
Wave18_5
, Wave18_6];
Microsoft.Build.Tasks.Core (4)
AssignTargetPath.cs (2)
63
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
126
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
ListOperators\FindUnderPath.cs (2)
66
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.
Wave18_5
))
97
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());