1 write to isNew
System.Data.Linq (1)
SqlClient\Query\SqlFlattener.cs (1)
99this.isNew = true;
2 references to isNew
System.Data.Linq (2)
SqlClient\Query\SqlFlattener.cs (2)
105if (c == null && col.Expression != null && !this.isInput && (!this.isNew || (this.isNew && !col.Expression.IsConstantColumn))) {