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