1 write to parenthesizeTop
System.Data.Linq (1)
SqlClient\Query\SqlFormatter.cs (1)
45set { this.visitor.parenthesizeTop = value; }
3 references to parenthesizeTop
System.Data.Linq (3)
SqlClient\Query\SqlFormatter.cs (3)
44get { return this.visitor.parenthesizeTop; } 783if (this.parenthesizeTop) { 787if (this.parenthesizeTop) {