16 references to SetValue
System.ServiceModel (16)
System\ServiceModel\Dispatcher\QueryFunctions.cs (14)
191
context.
SetValue
(context, context[this.argCount - 1][iteration], (string)ret);
505
context.
SetValue
(context, args[this.argCount - 1].basePtr, builder.ToString());
868
context.
SetValue
(context, arg.basePtr, sequence.LocalName);
886
context.
SetValue
(context, arg.basePtr, sequence.Name);
904
context.
SetValue
(context, arg.basePtr, sequence.Namespace);
1012
context.
SetValue
(context, arg2.basePtr, str1 + str2);
1029
context.
SetValue
(context, arg3.basePtr, str1 + str2 + str3);
1050
context.
SetValue
(context, arg4.basePtr, str1 + str2 + str3 + str4);
1123
context.
SetValue
(context, arg2.basePtr, idx == -1 ? string.Empty : str1.Substring(0, idx));
1141
context.
SetValue
(context, arg2.basePtr, idx == -1 ? string.Empty : str1.Substring(idx + str2.Length));
1162
context.
SetValue
(context, arg2.basePtr, (startAt >= str.Length) ? string.Empty : str.Substring(startAt));
1197
context.
SetValue
(context, argLimit.basePtr, substr);
1235
context.
SetValue
(context, argValues.basePtr, builder.ToString());
1275
context.
SetValue
(context, argStr.basePtr, builder.ToString());
System\ServiceModel\Dispatcher\XPathMessageContext.cs (2)
992
context.
SetValue
(context, seqArg.basePtr, actor);
1621
context.
SetValue
(context, nameArg.basePtr, value);