2 instantiations of CompilerState
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
103
_compilerState = new
CompilerState
(
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
191
CompilerState compilerState = new
CompilerState
(stateFileName, TaskFileService);
8 references to CompilerState
PresentationBuildTasks (8)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (6)
828
internal
CompilerState
CompilerState
1092
_pageMarkupCache =
CompilerState
.GenerateCacheForFileList(PageMarkup);
1093
_contentFilesCache =
CompilerState
.GenerateCacheForFileList(ContentFiles);
1094
_sourceCodeFilesCache =
CompilerState
.GenerateCacheForFileList(SourceCodeFiles);
1095
_referencesCache =
CompilerState
.GenerateCacheForFileList(References);
1883
private
CompilerState
_compilerState;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
191
CompilerState
compilerState = new CompilerState(stateFileName, TaskFileService);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
296
private
CompilerState
CompilerState