7 writes to IsValid
System.Data.Linq (7)
SqlClient\Query\QueryConverter.cs (7)
2720
this.
IsValid
= true;
2739
this.
IsValid
= false;
2780
this.
IsValid
&= IsColumnMatch(column, select.Selection);
2783
this.
IsValid
= false;
2798
this.
IsValid
= false;
2841
this.
IsValid
&= isMatch;
2855
this.
IsValid
= false;
3 references to IsValid
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (3)
1120
if (!stqv.
IsValid
) {
2725
if (this.
IsValid
&& node != null) {
2842
if (!this.
IsValid
) {