1 write to _depth
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\OrderToken.cs (1)
52_depth = reference == null ? 0 : reference._depth + 1;
5 references to _depth
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\OrderToken.cs (5)
52_depth = reference == null ? 0 : reference._depth + 1; 81if (thisOrder._depth == other._depth) 88if (thisOrder._depth > other._depth)