7 references to All
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1102_isCleanBuild = (CompilerAnalyzer.AnalyzeResult == RecompileCategory.All) ? true : false;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
74_analyzeResult = RecompileCategory.All; 86_analyzeResult = RecompileCategory.All; 105_analyzeResult = RecompileCategory.All; 118_analyzeResult = RecompileCategory.All; 128_analyzeResult = RecompileCategory.All; 134if (_analyzeResult == RecompileCategory.All)