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