1 write to argCount
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
472this.argCount = argCount;
8 references to argCount
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryFunctions.cs (8)
478if (f != null && this.argCount == f.argCount) 489StackFrame[] args = new StackFrame[argCount]; 490for (int i = 0; i < this.argCount; ++i) 500for (int i = 0; i < this.argCount; ++i) 505context.SetValue(context, args[this.argCount - 1].basePtr, builder.ToString()); 506for (int i = 0; i < this.argCount; ++i) 512for (int i = 0; i < this.argCount - 1; ++i)