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