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