9 references to SetValue
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryFunctions.cs (6)
199context.SetValue(context, context[this.argCount - 1][iteration], (bool)ret); 802context.SetValue(context, langArg.basePtr++, true); 806context.SetValue(context, langArg.basePtr++, true); 810context.SetValue(context, langArg.basePtr++, false); 1071context.SetValue(context, arg2.basePtr, (-1 != leftString.IndexOf(rightString, StringComparison.Ordinal))); 1105context.SetValue(context, arg2.basePtr, leftString.StartsWith(rightString, StringComparison.Ordinal));
System\ServiceModel\Dispatcher\XPathMessageContext.cs (3)
1054context.SetValue(context, seqArg.basePtr, mandatory); 1119context.SetValue(context, seqArg.basePtr, next); 1193context.SetValue(context, seqArg.basePtr, ult);