1 write to type
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
967this.type = TypeSystem.GetMemberType(mi);
4 references to type
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (4)
968this.isNullableType = TypeSystem.IsNullableType(this.type); 977Type storageType = this.storageMember != null ? TypeSystem.GetMemberType(this.storageMember) : this.type; 991this.canBeNull = cmap.CanBeNull == null ? this.isNullableType || !this.type.IsValueType : (bool)cmap.CanBeNull; 1054get { return this.type; }