9 references to SetValue
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryFunctions.cs (7)
195context.SetValue(context, context[this.argCount - 1][iteration], (double)ret); 851context.SetValue(context, arg.basePtr, context.PeekSequence(arg.basePtr).Count); 926context.SetValue(context, arg.basePtr, Math.Ceiling(context.PeekDouble(arg.basePtr))); 954context.SetValue(context, arg.basePtr, Math.Floor(context.PeekDouble(arg.basePtr))); 966context.SetValue(context, arg.basePtr, QueryValueModel.Round(context.PeekDouble(arg.basePtr))); 983context.SetValue(context, arg.basePtr, sum); 1083context.SetValue(context, arg.basePtr, context.PeekString(arg.basePtr).Length);
System\ServiceModel\Dispatcher\XPathMessageContext.cs (2)
1572context.SetValue(context, dateArg.basePtr, Convert(dateStr)); 1687context.SetValue(context, spanArg.basePtr, Convert(spanStr));