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