2 writes to _configCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
95
_configCache
= new ConfigCacheWithOverride(overrideConfigCache);
100
_configCache
= new ConfigCache();
2 references to _configCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
112
_configCache
.InitializeComponent(this);
196
BuildComponentType.ConfigCache => (IBuildComponent)
_configCache
,