7 references to All
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1109
_isCleanBuild = (CompilerAnalyzer.AnalyzeResult == RecompileCategory.
All
) ? true : false;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
75
_analyzeResult = RecompileCategory.
All
;
87
_analyzeResult = RecompileCategory.
All
;
106
_analyzeResult = RecompileCategory.
All
;
119
_analyzeResult = RecompileCategory.
All
;
129
_analyzeResult = RecompileCategory.
All
;
135
if (_analyzeResult == RecompileCategory.
All
)