4 references to CompilerState
PresentationBuildTasks (4)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1447allGeneratedFiles.Add(new TaskItem(CompilerState.CacheFilePath)); 1755CompilerState.CleanupCache(); 1768CompilerState.SaveStateInformation(this);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
307get { return _mcPass1.CompilerState; }