13 implementations of Args
mscorlib (9)
system\runtime\remoting\message.cs (9)
320
public Object[]
Args
1286
public Object[]
Args
2399
public Object[]
Args
2697
public Object[]
Args
3577
public Object[]
Args
4608
public Object[]
Args
5579
public Object[]
Args
5835
public virtual Object[]
Args
6066
public virtual Object[]
Args
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
700
public Object[]
Args
{ get { return null;} }
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
562
public object[]
Args
System\ServiceModel\ClientBase.cs (1)
1437
public object[]
Args
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
151
object[] IMethodMessage.
Args
27 references to Args
mscorlib (16)
system\runtime\remoting\channelsinkstacks.cs (1)
426
Object[] syncMsgArgs = _msg.
Args
;
system\runtime\remoting\message.cs (8)
506
return CoerceArgs(m.MethodBase, m.
Args
, pi);
1432
return _ccmsg.
Args
;
1546
return _crmsg.
Args
;
1675
return _mcmsg.
Args
;
1809
return _mrmsg.
Args
;
5728
case "__Args": return _mcmsg.
Args
;
5765
_args = _msg.
Args
;
5991
_args = _msg.
Args
;
system\runtime\remoting\messagesmuggler.cs (2)
352
_args = FixupArgs(mcm.
Args
, ref argsToSerialize);
523
_args = FixupArgs(mrm.
Args
, ref argsToSerialize);
system\runtime\remoting\realproxy.cs (3)
435
PropagateOutParameters(reqMsg, mrm.
Args
, mrm.ReturnValue);
442
PropagateOutParameters(reqMsg, mrm.
Args
, null);
627
mrm.
Args
,
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
224
Object[] args = mcm.
Args
;
258
Object[] args = mrm.
Args
;
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
119
ProxyOperationRuntime operation = this.proxyRuntime.GetOperation(method, methodCall.
Args
, out canCacheMessageData);
369
object[] args = methodCall.
Args
;
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
404
object[] args = methodCall.
Args
;
419
result = methodCall.
Args
[methodCall.ArgCount - 1] as IAsyncResult;
447
object[] args = methodCall.
Args
;
System.Workflow.Activities (6)
Executors\InboundActivityHelper.cs (3)
65
CorrelationService.InvalidateCorrelationToken(activity, interfaceType, operation, message.
Args
);
72
return message.
Args
;
98
binding.Value = message.
Args
[index];
LocalService\FollowerQueueCreator.cs (1)
57
ICollection<CorrelationProperty> corrValues = CorrelationResolver.ResolveCorrelationValues(staticId.InterfaceType, staticId.MethodName, message.
Args
, false);
WebServiceReceive.cs (2)
279
CorrelationService.InvalidateCorrelationToken(this, interfaceType, operation, message.
Args
);
310
binding.Value = message.
Args
[index++];