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