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)
91
return
GetMatchingConfiguration
(new ConfigurationMetadata(config));
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
99
return CurrentCache.
GetMatchingConfiguration
(configMetadata);