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