9 references to Wave18_5
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
495bool shouldFilterByNodeMode = expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5); 692if (expectedNodeMode.HasValue && ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5))
Microsoft.Build.Framework (1)
ChangeWaves.cs (1)
38internal 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)
63if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5)) 128if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5))
ListOperators\FindUnderPath.cs (2)
66if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_5)) 99if (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());