7 references to PagesWithLocalType
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1761if ( (CompilerAnalyzer.AnalyzeResult & ( RecompileCategory.PagesWithLocalType | RecompileCategory.ModifiedPages )) != RecompileCategory.NoRecompile)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
181_analyzeResult |= RecompileCategory.PagesWithLocalType; 204_analyzeResult |= RecompileCategory.PagesWithLocalType; 244_analyzeResult |= RecompileCategory.PagesWithLocalType; 254_analyzeResult |= RecompileCategory.PagesWithLocalType; 379if ((_analyzeResult & RecompileCategory.PagesWithLocalType) == RecompileCategory.PagesWithLocalType && TaskFileService.IsRealBuild)