1 write to type
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1718this.type = TypeSystem.GetMemberType(mi);
3 references to type
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1751get { return this.type; } 1793get { return !this.type.IsValueType || TypeSystem.IsNullableType(this.type); }