8 references to EnableAllFeatures
Microsoft.Build.Engine.UnitTests (5)
ChangeWaves_Tests.cs (5)
48
bool isThisWaveEnabled = versionToCheckAgainstCurrentChangeWave < currentChangeWaveShouldUltimatelyResolveTo || currentChangeWaveShouldUltimatelyResolveTo == ChangeWaves.
EnableAllFeatures
;
84
SetChangeWave(ChangeWaves.
EnableAllFeatures
.ToString(), env);
90
currentChangeWaveShouldUltimatelyResolveTo: ChangeWaves.
EnableAllFeatures
,
112
currentChangeWaveShouldUltimatelyResolveTo: ChangeWaves.
EnableAllFeatures
,
130
currentChangeWaveShouldUltimatelyResolveTo: ChangeWaves.
EnableAllFeatures
,
Microsoft.Build.Framework (3)
ChangeWaves.cs (3)
134
_cachedWave = ChangeWaves.
EnableAllFeatures
;
139
_cachedWave = ChangeWaves.
EnableAllFeatures
;
141
else if (_cachedWave ==
EnableAllFeatures
|| AllWaves.Contains(_cachedWave))