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