3 writes to depth
System.Management (3)
Instrumentation\CodeSpit.cs (3)
54
child.
depth
= depth+1;
69
child.
depth
= depth+1;
76
snippet.
depth
= depth;
4 references to depth
System.Management (4)
Instrumentation\CodeSpit.cs (4)
32
string prefix = new String(' ',
depth
*4);
54
child.depth =
depth
+1;
69
child.depth =
depth
+1;
76
snippet.depth =
depth
;