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)
56ErrorUtilities.VerifyThrow(!CurrentCache.HasConfiguration(configId), "caches should not overlap"); 123ErrorUtilities.VerifyThrow(!CurrentCache.HasConfiguration(configId), "caches should not overlap"); 128return overrideHasConfiguration || CurrentCache.HasConfiguration(configId);