7 references to TopArg
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
141return this.valueStack.TopArg; 149return this.sequenceStack.TopArg;
System\ServiceModel\Dispatcher\QueryStack.cs (5)
272StackFrame topFrame = this.TopArg; 389StackFrame topArg = this.TopArg; 416StackFrame topFrame = this.TopArg; 649StackFrame arg = this.TopArg; 671StackFrame arg = this.TopArg;