Implemented interface member:
method
GetMatchingConfiguration
Microsoft.Build.BackEnd.IConfigCache.GetMatchingConfiguration(Microsoft.Build.BackEnd.BuildRequestConfiguration)
3 references to GetMatchingConfiguration
Microsoft.Build (3)
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 (2)
76
Assumed.Null(CurrentCache.
GetMatchingConfiguration
(config), "caches should not overlap");
82
return CurrentCache.
GetMatchingConfiguration
(config);