2 references to EntitySetValueAccessor
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
1295accessorValue = CreateAccessor(typeof(EntitySetValueAccessor<,>).MakeGenericType(objectDeclaringType, itemType), accessor);
Mapping\MappedMetaModel.cs (1)
1200accessorValue = CreateAccessor(typeof(EntitySetValueAccessor<,>).MakeGenericType(declaringType, itemType), accessor);