7 references to All
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1118
_isCleanBuild = (CompilerAnalyzer.AnalyzeResult == RecompileCategory.
All
) ? true : false;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
79
_analyzeResult = RecompileCategory.
All
;
91
_analyzeResult = RecompileCategory.
All
;
110
_analyzeResult = RecompileCategory.
All
;
123
_analyzeResult = RecompileCategory.
All
;
133
_analyzeResult = RecompileCategory.
All
;
139
if (_analyzeResult == RecompileCategory.
All
)