1 write to visitor
System.Data.Linq (1)
SqlClient\Query\SqlFormatter.cs (1)
18
this.
visitor
= new Visitor();
4 references to visitor
System.Data.Linq (4)
SqlClient\Query\SqlFormatter.cs (4)
22
return this.
visitor
.Format(node, isDebug);
40
return this.
visitor
.Format(node);
44
get { return this.
visitor
.parenthesizeTop; }
45
set { this.
visitor
.parenthesizeTop = value; }