9 references to Wave18_5
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
489bool shouldFilterByNodeMode = expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5); 686if (expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5))
Microsoft.Build.Framework (1)
ChangeWaves.cs (1)
37internal 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)
63if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5)) 126if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5))
ListOperators\FindUnderPath.cs (2)
66if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5)) 97if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5))
Microsoft.Build.Tasks.UnitTests (2)
FindUnderPath_Tests.cs (2)
51env.SetEnvironmentVariable("MSBUILDDISABLEFEATURESFROMVERSION", ChangeWaves.Wave18_5.ToString()); 80env.SetEnvironmentVariable("MSBUILDDISABLEFEATURESFROMVERSION", ChangeWaves.Wave18_5.ToString());