Implemented interface member:
method
GetMatchingConfiguration
Microsoft.Build.BackEnd.IConfigCache.GetMatchingConfiguration(Microsoft.Build.BackEnd.ConfigurationMetadata)
6 references to GetMatchingConfiguration
Microsoft.Build (4)
BackEnd\Components\Caching\ConfigCache.cs (2)
111
return
GetMatchingConfiguration
(new ConfigurationMetadata(config));
140
BuildRequestConfiguration configuration =
GetMatchingConfiguration
(configMetadata);
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (2)
101
ErrorUtilities.VerifyThrow(CurrentCache.
GetMatchingConfiguration
(configMetadata) == null, "caches should not overlap");
107
return CurrentCache.
GetMatchingConfiguration
(configMetadata);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\ConfigCache_Tests.cs (2)
110
copiedConfigurations.ShouldAllBe(config => initial.
GetMatchingConfiguration
(new ConfigurationMetadata(config)).Equals(config));
111
initialConfigurations.ShouldAllBe(config => copy.
GetMatchingConfiguration
(new ConfigurationMetadata(config)).Equals(config));