7 references to All
PresentationBuildTasks (7)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1117
_isCleanBuild = (CompilerAnalyzer.AnalyzeResult == RecompileCategory.
All
) ? true : false;
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
83
_analyzeResult = RecompileCategory.
All
;
95
_analyzeResult = RecompileCategory.
All
;
114
_analyzeResult = RecompileCategory.
All
;
127
_analyzeResult = RecompileCategory.
All
;
137
_analyzeResult = RecompileCategory.
All
;
143
if (_analyzeResult == RecompileCategory.
All
)