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