2 implementations of GetMatchingConfiguration
Microsoft.Build (2)
BackEnd\Components\Caching\ConfigCache.cs (1)
136
public BuildRequestConfiguration
GetMatchingConfiguration
(ConfigurationMetadata configMetadata, ConfigCreateCallback callback, bool loadProject)
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
111
public BuildRequestConfiguration
GetMatchingConfiguration
(ConfigurationMetadata configMetadata, ConfigCreateCallback callback, bool loadProject)
2 references to GetMatchingConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
854
BuildRequestConfiguration configuration = _configCache!.
GetMatchingConfiguration
(
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
113
return _override.
GetMatchingConfiguration
(configMetadata, callback, loadProject) ?? CurrentCache.GetMatchingConfiguration(configMetadata, callback, loadProject);