2 writes to _singlePropertyUnwrapped
System.Data.Entity (2)
System\Data\Common\CommandTrees\RelationalExpressions.cs (2)
116this._singlePropertyUnwrapped = false; 122this._singlePropertyUnwrapped = unwrapSingleProperty;
1 reference to _singlePropertyUnwrapped
System.Data.Entity (1)
System\Data\Common\CommandTrees\RelationalExpressions.cs (1)
129internal bool IsSinglePropertyUnwrapped { get { return _singlePropertyUnwrapped; } }