1 write to _fieldType
System.Data.Entity (1)
System\Data\Objects\FieldDescriptor.cs (1)
45_fieldType = DetermineClrType(_property.TypeUsage);
2 references to _fieldType
System.Data.Entity (2)
System\Data\Objects\FieldDescriptor.cs (2)
46System.Diagnostics.Debug.Assert(_fieldType != null, "FieldDescriptor's CLR type has unexpected value of null."); 122get { return _fieldType; }