1 write to resourceAssociationSetCache
System.Data.Services (1)
System\Data\Services\Caching\MetadataCacheItem.cs (1)
93
this.
resourceAssociationSetCache
= new Dictionary<string, ResourceAssociationSet>(EqualityComparer<string>.Default);
1 reference to resourceAssociationSetCache
System.Data.Services (1)
System\Data\Services\Caching\MetadataCacheItem.cs (1)
152
get { return this.
resourceAssociationSetCache
; }