3 references to associationSets
System.Data.Services (3)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
2567get { return this.associationSets; } 2656if (!this.associationSets.TryGetValue(container, out associationSetInContainer)) 2659this.associationSets.Add(container, associationSetInContainer);