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)
53Assumed.False(CurrentCache.HasConfiguration(configId), "caches should not overlap"); 115Assumed.False(CurrentCache.HasConfiguration(configId), "caches should not overlap"); 120return overrideHasConfiguration || CurrentCache.HasConfiguration(configId);