4 writes to isBlocked
System.Data.Linq (4)
SqlClient\Query\SqlColumnizer.cs (4)
68
this.
isBlocked
= false;
77
this.
isBlocked
= false;
86
this.
isBlocked
= true;
89
this.
isBlocked
|= saveIsBlocked;
2 references to isBlocked
System.Data.Linq (2)
SqlClient\Query\SqlColumnizer.cs (2)
76
bool saveIsBlocked = this.
isBlocked
;
81
if (!this.
isBlocked
) {