2 writes to currentCache
System.Data.Linq (2)
IdentityManager.cs (2)
62if (!this.caches.TryGetValue(type, out this.currentCache)) { 64this.currentCache = (IdentityCache)Activator.CreateInstance(
5 references to currentCache
System.Data.Linq (5)
IdentityManager.cs (5)
40return this.currentCache.InsertLookup(instance); 45return this.currentCache.RemoveLike(instance); 50return this.currentCache.Find(keyValues); 55return this.currentCache.FindLike(instance); 69this.caches.Add(type, this.currentCache);