Implemented interface member:
method
HasConfiguration
Microsoft.Build.BackEnd.IConfigCache.HasConfiguration(System.Int32)
3 references to HasConfiguration
Microsoft.Build (3)
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (3)
56
ErrorUtilities.VerifyThrow(!CurrentCache.
HasConfiguration
(configId), "caches should not overlap");
123
ErrorUtilities.VerifyThrow(!CurrentCache.
HasConfiguration
(configId), "caches should not overlap");
128
return overrideHasConfiguration || CurrentCache.
HasConfiguration
(configId);