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