8 references to EnableAllFeatures
Microsoft.Build.Engine.UnitTests (5)
ChangeWaves_Tests.cs (5)
47
bool isThisWaveEnabled = versionToCheckAgainstCurrentChangeWave < currentChangeWaveShouldUltimatelyResolveTo || currentChangeWaveShouldUltimatelyResolveTo == ChangeWaves.
EnableAllFeatures
;
83
SetChangeWave(ChangeWaves.
EnableAllFeatures
.ToString(), env);
89
currentChangeWaveShouldUltimatelyResolveTo: ChangeWaves.
EnableAllFeatures
,
111
currentChangeWaveShouldUltimatelyResolveTo: ChangeWaves.
EnableAllFeatures
,
129
currentChangeWaveShouldUltimatelyResolveTo: ChangeWaves.
EnableAllFeatures
,
Microsoft.Build.Framework (3)
ChangeWaves.cs (3)
136
_cachedWave = ChangeWaves.
EnableAllFeatures
;
141
_cachedWave = ChangeWaves.
EnableAllFeatures
;
143
else if (_cachedWave ==
EnableAllFeatures
|| AllWaves.Contains(_cachedWave))