1 write to _commandTreeSetByUser
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
246
this.
_commandTreeSetByUser
= value;
6 references to _commandTreeSetByUser
System.Data.Entity (6)
System\Data\EntityClient\EntityCommand.cs (6)
190
if (this.
_commandTreeSetByUser
!= null)
200
if (this.
_commandTreeSetByUser
!= null)
228
return this.
_commandTreeSetByUser
;
244
if (this.
_commandTreeSetByUser
!= value)
570
if (this.
_commandTreeSetByUser
!= null)
572
resultTree = this.
_commandTreeSetByUser
;