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