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