2 writes to _configCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
98
_configCache
= new ConfigCacheWithOverride(overrideConfigCache);
103
_configCache
= new ConfigCache();
2 references to _configCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
115
_configCache
.InitializeComponent(this);
202
BuildComponentType.ConfigCache => (IBuildComponent)
_configCache
,