4 references to CompilerState
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1438allGeneratedFiles.Add(new TaskItem(CompilerState.CacheFilePath)); 1738CompilerState.CleanupCache(); 1751CompilerState.SaveStateInformation(this);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
303get { return _mcPass1.CompilerState; }