Implemented interface member:
method
GetMatchingConfiguration
Microsoft.Build.BackEnd.IConfigCache.GetMatchingConfiguration(Microsoft.Build.BackEnd.ConfigurationMetadata)
2 references to GetMatchingConfiguration
Microsoft.Build (2)
BackEnd\Components\Caching\ConfigCache.cs (1)
91return GetMatchingConfiguration(new ConfigurationMetadata(config));
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
99return CurrentCache.GetMatchingConfiguration(configMetadata);