7 references to PagesWithLocalType
PresentationBuildTasks (7)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1770if ( (CompilerAnalyzer.AnalyzeResult & ( RecompileCategory.PagesWithLocalType | RecompileCategory.ModifiedPages )) != RecompileCategory.NoRecompile)
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (6)
185_analyzeResult |= RecompileCategory.PagesWithLocalType; 208_analyzeResult |= RecompileCategory.PagesWithLocalType; 248_analyzeResult |= RecompileCategory.PagesWithLocalType; 258_analyzeResult |= RecompileCategory.PagesWithLocalType; 383if ((_analyzeResult & RecompileCategory.PagesWithLocalType) == RecompileCategory.PagesWithLocalType && TaskFileService.IsRealBuild)