1 write to argCount
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
65this.argCount = argCount;
8 references to argCount
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryFunctions.cs (8)
105if (this.argCount == 0) 142object[] xsltArgs = new object[this.argCount]; 146for (int i = 0; i < this.argCount; ++i) 191context.SetValue(context, context[this.argCount - 1][iteration], (string)ret); 195context.SetValue(context, context[this.argCount - 1][iteration], (double)ret); 199context.SetValue(context, context[this.argCount - 1][iteration], (bool)ret); 206context.SetValue(context, context[this.argCount - 1][iteration], seq); 215for (int i = 0; i < this.argCount - 1; ++i)