1 write to _compilerAnalyzer
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1112
_compilerAnalyzer
= new IncrementalCompileAnalyzer(this);
2 references to _compilerAnalyzer
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
1114
_compilerAnalyzer
.AnalyzeInputFiles();
1814
get { return
_compilerAnalyzer
; }