7 references to All
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1102
_isCleanBuild = (CompilerAnalyzer.AnalyzeResult == RecompileCategory.
All
) ? true : false;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
74
_analyzeResult = RecompileCategory.
All
;
86
_analyzeResult = RecompileCategory.
All
;
105
_analyzeResult = RecompileCategory.
All
;
118
_analyzeResult = RecompileCategory.
All
;
128
_analyzeResult = RecompileCategory.
All
;
134
if (_analyzeResult == RecompileCategory.
All
)