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