1 write to _depth
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\OrderToken.cs (1)
52_depth = reference == null ? 0 : reference._depth + 1;
5 references to _depth
System.Activities.Presentation (5)
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)