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