2 references to EntitySetDefValueAccessor
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
1296accessorDeferredValue = CreateAccessor(typeof(EntitySetDefValueAccessor<,>).MakeGenericType(objectDeclaringType, itemType), accessor);
Mapping\MappedMetaModel.cs (1)
1201accessorDeferredValue = CreateAccessor(typeof(EntitySetDefValueAccessor<,>).MakeGenericType(declaringType, itemType), accessor);