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