30 writes to depth
System.Data.Linq (30)
SqlClient\Query\SqlFormatter.cs (30)
468
this.
depth
++;
477
this.
depth
= saveDepth;
486
this.
depth
++;
492
this.
depth
= saveDepth;
501
this.
depth
++;
507
this.
depth
= saveDepth;
513
this.
depth
++;
519
this.
depth
= saveDepth;
601
this.
depth
++;
609
this.
depth
= saveDepth;
642
this.
depth
++;
654
this.
depth
= saveDepth;
870
this.
depth
++;
874
this.
depth
--;
1089
this.
depth
++;
1092
this.
depth
++;
1106
this.
depth
--;
1109
this.
depth
--;
1114
this.
depth
++;
1117
this.
depth
++;
1136
this.
depth
--;
1139
this.
depth
--;
1147
this.
depth
++;
1150
this.
depth
++;
1169
this.
depth
--;
1172
this.
depth
--;
1180
this.
depth
++;
1183
this.
depth
++;
1202
this.
depth
--;
1205
this.
depth
--;
7 references to depth
System.Data.Linq (7)
SqlClient\Query\SqlFormatter.cs (7)
467
int saveDepth = this.
depth
;
485
int saveDepth = this.
depth
;
500
int saveDepth = this.
depth
;
512
int saveDepth = this.
depth
;
585
int saveDepth = this.
depth
;
641
int saveDepth = this.
depth
;
753
for (int i = 0; i < this.
depth
; i++) {