3 writes to _type
System.Data.Entity (3)
System\Data\Objects\ObjectParameter.cs (3)
89
this.
_type
= type;
133
this.
_type
= value.GetType();
166
this.
_type
= template._type;
4 references to _type
System.Data.Entity (4)
System\Data\Objects\ObjectParameter.cs (4)
93
this._mappableType = System.Data.Objects.ELinq.TypeSystem.GetNonNullableType(this.
_type
);
138
this._mappableType = System.Data.Objects.ELinq.TypeSystem.GetNonNullableType(this.
_type
);
166
this._type = template.
_type
;
236
return this.
_type
;