1 write to caches
System.Data.Linq (1)
IdentityManager.cs (1)
35
this.
caches
= new Dictionary<MetaType, IdentityCache>();
2 references to caches
System.Data.Linq (2)
IdentityManager.cs (2)
62
if (!this.
caches
.TryGetValue(type, out this.currentCache)) {
69
this.
caches
.Add(type, this.currentCache);