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