3 references to Storage
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
1039
if (this.attr != null && this.attr.
Storage
!= null) {
1040
MemberInfo[] mis = mi.DeclaringType.GetMember(this.attr.
Storage
, BindingFlags.Instance | BindingFlags.NonPublic);
1042
throw Error.BadStorageProperty(this.attr.
Storage
, mi.DeclaringType, mi.Name);