7 references to PagesWithLocalType
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1741if ( (CompilerAnalyzer.AnalyzeResult & ( RecompileCategory.PagesWithLocalType | RecompileCategory.ModifiedPages )) != RecompileCategory.NoRecompile)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
176_analyzeResult |= RecompileCategory.PagesWithLocalType; 199_analyzeResult |= RecompileCategory.PagesWithLocalType; 239_analyzeResult |= RecompileCategory.PagesWithLocalType; 249_analyzeResult |= RecompileCategory.PagesWithLocalType; 374if ((_analyzeResult & RecompileCategory.PagesWithLocalType) == RecompileCategory.PagesWithLocalType && TaskFileService.IsRealBuild)