1 write to _type
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
137_type = ResolveType(UnresolvedType);
6 references to _type
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (6)
60return _type; 132if (_type != null) 139_typeUsageBuilder.ValidateDefaultValue(_type); 141ScalarType scalar = _type as ScalarType; 216var schemaEnumType = this._type as SchemaEnumType; 222&& (this._type is SchemaComplexType))