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