1 write to type
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1034this.type = TypeSystem.GetMemberType(mi);
4 references to type
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
1035this.isNullableType = TypeSystem.IsNullableType(this.type); 1046Type storageType = this.storageMember != null ? TypeSystem.GetMemberType(this.storageMember) : this.type; 1099get { return this.type; } 1159return this.isNullableType || !this.type.IsValueType;