1 write to _configCache
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskBuilder_Tests.cs (1)
1162_configCache = new ConfigCache();
2 references to _configCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskBuilder_Tests.cs (2)
1163((IBuildComponent)_configCache).InitializeComponent(this); 1233BuildComponentType.ConfigCache => (IBuildComponent)_configCache,