2 instantiations of CompilerState
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
108
_compilerState = new
CompilerState
(
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
198
CompilerState compilerState = new
CompilerState
(stateFileName, TaskFileService);
8 references to CompilerState
PresentationBuildTasks (8)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (6)
835
internal
CompilerState
CompilerState
1099
_pageMarkupCache =
CompilerState
.GenerateCacheForFileList(PageMarkup);
1100
_contentFilesCache =
CompilerState
.GenerateCacheForFileList(ContentFiles);
1101
_sourceCodeFilesCache =
CompilerState
.GenerateCacheForFileList(SourceCodeFiles);
1102
_referencesCache =
CompilerState
.GenerateCacheForFileList(References);
1886
private
CompilerState
_compilerState;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
198
CompilerState
compilerState = new CompilerState(stateFileName, TaskFileService);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
297
private
CompilerState
CompilerState