2 writes to _depth
System.Linq.Expressions (2)
System\Linq\Expressions\DebugViewWriter.cs (2)
63
_depth
+= Tab;
68
_depth
-= Tab;
1 reference to _depth
System.Linq.Expressions (1)
System\Linq\Expressions\DebugViewWriter.cs (1)
59
private int Depth =>
_depth
;