4 references to ModifiedPages
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1753
if ( (CompilerAnalyzer.AnalyzeResult & ( RecompileCategory.PagesWithLocalType | RecompileCategory.
ModifiedPages
)) != RecompileCategory.NoRecompile)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (3)
240
_analyzeResult |= RecompileCategory.
ModifiedPages
;
414
if ((_analyzeResult & RecompileCategory.
ModifiedPages
) == RecompileCategory.
ModifiedPages
)