2 overrides of IsEquivalent
Microsoft.Build.Engine (2)
Caching\BuildItemCacheEntry.cs (1)
63internal override bool IsEquivalent(CacheEntry other)
Caching\PropertyCacheEntry.cs (1)
61internal override bool IsEquivalent(CacheEntry other)
1 reference to IsEquivalent
Microsoft.Build.Engine (1)
Engine\CacheScope.cs (1)
147if (!cacheEntry.IsEquivalent(existingCacheEntry))