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; 135if (_analyzeResult == RecompileCategory.All)