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