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); 202BuildComponentType.ConfigCache => (IBuildComponent)_configCache,