2 writes to Value
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
894boundary.Value = replacement.Value; 895replacement.Value = val;
9 references to Value
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (9)
525double currentVal = this.currentNode.Value; 635double rootVal = root.Value; 652if (null != leftAncestor && leftAncestor.Value <= interval.UpperBound) 712double rootVal = root.Value; 729if (null != rightAncestor && rightAncestor.Value >= interval.LowerBound) 805if (root.Value == val) 884replacementIntervals = this.intervals.GetIntervalsWithEndPoint(replacement.Value); 893double val = boundary.Value; 894boundary.Value = replacement.Value;