Implemented interface member:
method
GetMatchingConfiguration
Microsoft.Build.BackEnd.IConfigCache.GetMatchingConfiguration(Microsoft.Build.BackEnd.ConfigurationMetadata)
3 references to GetMatchingConfiguration
Microsoft.Build (3)
BackEnd\Components\Caching\ConfigCache.cs (1)
91return GetMatchingConfiguration(new ConfigurationMetadata(config));
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (2)
93Assumed.Null(CurrentCache.GetMatchingConfiguration(configMetadata), "caches should not overlap"); 99return CurrentCache.GetMatchingConfiguration(configMetadata);