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)
91
return
GetMatchingConfiguration
(new ConfigurationMetadata(config));
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (2)
93
Assumed.Null(CurrentCache.
GetMatchingConfiguration
(configMetadata), "caches should not overlap");
99
return CurrentCache.
GetMatchingConfiguration
(configMetadata);