Implemented interface member:
method
GetMatchingConfiguration
Microsoft.Build.BackEnd.IConfigCache.GetMatchingConfiguration(Microsoft.Build.BackEnd.BuildRequestConfiguration)
2 references to GetMatchingConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\CacheAggregator.cs (1)
74
Assumed.Null(_aggregatedConfigCache.
GetMatchingConfiguration
(config), "Input caches should not contain entries for the same configuration");
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
82
return CurrentCache.
GetMatchingConfiguration
(config);