2 writes to _userExpressionDepth
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (2)
502
_userExpressionDepth
++;
507
_userExpressionDepth
--;
8 references to _userExpressionDepth
System.Data.Entity (8)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (8)
331
if (nex != null &&
_userExpressionDepth
>= 1)
370
if (
_userExpressionDepth
== 1)
392
if (
_userExpressionDepth
>= 1 && _userArgumentType != null)
420
if (
_userExpressionDepth
>= 1)
441
if (
_userExpressionDepth
>= 1)
446
if (newMemberInit != init &&
_userExpressionDepth
== 1)
470
if (
_userExpressionDepth
>= 1)
510
else if (
_userExpressionDepth
>= 1)