2 instantiations of CompilerState
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
126_compilerState = new CompilerState(
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
211CompilerState compilerState = new CompilerState(stateFileName, TaskFileService);
8 references to CompilerState
PresentationBuildTasks (8)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (6)
843internal CompilerState CompilerState 1107_pageMarkupCache = CompilerState.GenerateCacheForFileList(PageMarkup); 1108_contentFilesCache = CompilerState.GenerateCacheForFileList(ContentFiles); 1109_sourceCodeFilesCache = CompilerState.GenerateCacheForFileList(SourceCodeFiles); 1110_referencesCache = CompilerState.GenerateCacheForFileList(References); 1912private CompilerState _compilerState;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
211CompilerState compilerState = new CompilerState(stateFileName, TaskFileService);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
305private CompilerState CompilerState