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