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