2 writes to _effectiveType
System.Data.Entity (2)
System\Data\Objects\ObjectParameter.cs (2)
168
this.
_effectiveType
= template._effectiveType;
282
_effectiveType
= value;
3 references to _effectiveType
System.Data.Entity (3)
System\Data\Objects\ObjectParameter.cs (3)
168
this._effectiveType = template.
_effectiveType
;
276
return
_effectiveType
;
281
Debug.Assert(null ==
_effectiveType
, "Effective type should only be set once");