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