1 write to Args
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MethodCall.cs (1)
16
Args
= args;
11 references to Args
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
77
ProxyOperationRuntime operation = _proxyRuntime.GetOperation(method, methodCall.
Args
, out canCacheMessageData);
163
return TaskCreator.CreateTask(channel, operation, methodCall.
Args
);
165
return TaskCreator.CreateGenericTask(channel, operation, methodCall.
Args
);
381
object[] args = methodCall.
Args
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (7)
317
return methodCall.
Args
;
332
object[] args = methodCall.
Args
;
338
callback = args[methodCall.
Args
.Length - 2] as AsyncCallback;
339
asyncState = args[methodCall.
Args
.Length - 1];
346
result = methodCall.
Args
[methodCall.
Args
.Length - 1] as IAsyncResult;
371
object[] args = methodCall.
Args
;