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)
75ErrorUtilities.VerifyThrow(_aggregatedConfigCache.GetMatchingConfiguration(config) == null, "Input caches should not contain entries for the same configuration");
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (2)
84ErrorUtilities.VerifyThrow(CurrentCache.GetMatchingConfiguration(config) == null, "caches should not overlap"); 90return CurrentCache.GetMatchingConfiguration(config);