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