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