2 instantiations of CompilerState
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
104
_compilerState = new
CompilerState
(
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
192
CompilerState compilerState = new
CompilerState
(stateFileName, TaskFileService);
8 references to CompilerState
PresentationBuildTasks (8)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (6)
829
internal
CompilerState
CompilerState
1093
_pageMarkupCache =
CompilerState
.GenerateCacheForFileList(PageMarkup);
1094
_contentFilesCache =
CompilerState
.GenerateCacheForFileList(ContentFiles);
1095
_sourceCodeFilesCache =
CompilerState
.GenerateCacheForFileList(SourceCodeFiles);
1096
_referencesCache =
CompilerState
.GenerateCacheForFileList(References);
1884
private
CompilerState
_compilerState;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
192
CompilerState
compilerState = new CompilerState(stateFileName, TaskFileService);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
297
private
CompilerState
CompilerState