2 instantiations of CompilerState
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
117_compilerState = new CompilerState(
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
204CompilerState compilerState = new CompilerState(stateFileName, TaskFileService);
8 references to CompilerState
PresentationBuildTasks (8)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (6)
844internal CompilerState CompilerState 1108_pageMarkupCache = CompilerState.GenerateCacheForFileList(PageMarkup); 1109_contentFilesCache = CompilerState.GenerateCacheForFileList(ContentFiles); 1110_sourceCodeFilesCache = CompilerState.GenerateCacheForFileList(SourceCodeFiles); 1111_referencesCache = CompilerState.GenerateCacheForFileList(References); 1903private CompilerState _compilerState;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
204CompilerState compilerState = new CompilerState(stateFileName, TaskFileService);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
301private CompilerState CompilerState