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