3 writes to Value
System.Data.Linq (3)
SqlClient\Common\SqlNode.cs (1)
2125this.Value = value;
SqlClient\Common\SqlVisitor.cs (1)
540sov.Value = this.VisitExpression(sov.Value);
SqlClient\Query\SqlNamer.cs (1)
204sov.Value = this.VisitExpression(sov.Value);
16 references to Value
System.Data.Linq (16)
SqlClient\Common\SqlNode.cs (1)
184return ((SqlOptionalValue)this).Value.IsConstantColumn;
SqlClient\Common\SqlVisitor.cs (1)
540sov.Value = this.VisitExpression(sov.Value);
SqlClient\Query\SqlBinder.cs (3)
409obj = ((SqlOptionalValue)obj).Value; 482return ApplyTreat(optValue.Value, type); 814return this.AccessMember(m, ((SqlOptionalValue)exp).Value);
SqlClient\Query\SqlComparer.cs (2)
245return AreEqual(ov1.Value, ov2.Value);
SqlClient\Query\SqlDuplicator.cs (1)
356SqlExpression value = this.VisitExpression(sov.Value);
SqlClient\Query\SqlExpander.cs (1)
295vals.Add(sov.Value);
SqlClient\Query\SqlFlattener.cs (1)
216this.FlattenGroupByExpression(exprs, sop.Value);
SqlClient\Query\SqlFormatter.cs (1)
1405this.Visit(sov.Value);
SqlClient\Query\SqlNamer.cs (1)
204sov.Value = this.VisitExpression(sov.Value);
SqlClient\Reader\ObjectReaderCompiler.cs (4)
377return CanBeCompared(((SqlOptionalValue)node).Value); 524return AreSimilar(ov1.Value, ov2.Value); 849this.GenerateExpressionForType(opt.Value, opt.ClrType);