13 implementations of HasVarArgs
mscorlib (9)
system\runtime\remoting\message.cs (9)
260
public bool
HasVarArgs
1268
public bool
HasVarArgs
2383
public bool
HasVarArgs
2621
public bool
HasVarArgs
3672
public bool
HasVarArgs
4566
public bool
HasVarArgs
5585
public bool
HasVarArgs
5843
public virtual bool
HasVarArgs
6074
public virtual bool
HasVarArgs
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
702
public bool
HasVarArgs
{ get { return false;} }
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
572
public bool
HasVarArgs
System\ServiceModel\ClientBase.cs (1)
1486
public bool
HasVarArgs
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
200
bool IMethodMessage.
HasVarArgs
6 references to HasVarArgs
mscorlib (4)
system\runtime\remoting\message.cs (4)
2566
_hasVarArgs = mcm.
HasVarArgs
;
2582
_hasVarArgs = mcm.
HasVarArgs
;
5846
get { return _msg.
HasVarArgs
; }
6077
get { return _msg.
HasVarArgs
; }
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
333
&& (!msg.
HasVarArgs
))
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
574
get { return methodCall.
HasVarArgs
; }