1 write to All
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
689this.All = all;
4 references to All
System.Data.Linq (4)
SqlClient\Query\LongTypeConverter.cs (1)
96if (!su.All && (containsLongExpressionsLeft || containsLongExpressionsRight)) {
SqlClient\Query\QueryConverter.cs (1)
2854if (su.All) {
SqlClient\Query\SqlDuplicator.cs (1)
335return new SqlUnion(this.Visit(su.Left), this.Visit(su.Right), su.All);
SqlClient\Query\SqlFormatter.cs (1)
647if (su.All) {