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)
74Assumed.Null(_aggregatedConfigCache.GetMatchingConfiguration(config), "Input caches should not contain entries for the same configuration");
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (2)
76Assumed.Null(CurrentCache.GetMatchingConfiguration(config), "caches should not overlap"); 82return CurrentCache.GetMatchingConfiguration(config);