7 references to PagesWithLocalType
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1744if ( (CompilerAnalyzer.AnalyzeResult & ( RecompileCategory.PagesWithLocalType | RecompileCategory.ModifiedPages )) != RecompileCategory.NoRecompile)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
177_analyzeResult |= RecompileCategory.PagesWithLocalType; 200_analyzeResult |= RecompileCategory.PagesWithLocalType; 240_analyzeResult |= RecompileCategory.PagesWithLocalType; 250_analyzeResult |= RecompileCategory.PagesWithLocalType; 375if ((_analyzeResult & RecompileCategory.PagesWithLocalType) == RecompileCategory.PagesWithLocalType && TaskFileService.IsRealBuild)