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