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