13 implementations of MethodSignature
mscorlib (9)
system\runtime\remoting\message.cs (9)
394
public Object
MethodSignature
1144
public Object
MethodSignature
2371
public Object
MethodSignature
2603
public Object
MethodSignature
3637
public Object
MethodSignature
4552
public Object
MethodSignature
5557
public Object
MethodSignature
5798
public virtual Object
MethodSignature
6028
public virtual Object
MethodSignature
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
695
public Object
MethodSignature
{ get { return m_MethodSignature;} }
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
592
public object
MethodSignature
System\ServiceModel\ClientBase.cs (1)
1510
public object
MethodSignature
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
144
object IMethodMessage.
MethodSignature
17 references to MethodSignature
mscorlib (15)
system\runtime\remoting\message.cs (10)
1428
return _ccmsg.
MethodSignature
;
1540
return _crmsg.
MethodSignature
;
1671
return _mcmsg.
MethodSignature
;
1796
return _mrmsg.
MethodSignature
;
4169
methodSignature = (Type[])msg.
MethodSignature
;
4200
methodSignature = (Type[])msg.
MethodSignature
;
5726
case "__MethodSignature": return _mcmsg.
MethodSignature
;
5801
get { return _msg.
MethodSignature
; }
5948
case "__MethodSignature": return _mrmsg.
MethodSignature
;
6031
get { return _msg.
MethodSignature
; }
system\runtime\remoting\messagesmuggler.cs (1)
329
argsToSerialize.Add(mcm.
MethodSignature
);
system\runtime\remoting\remotingservices.cs (1)
1898
Type[] signature = (Type[])msg.
MethodSignature
;
system\runtime\remoting\remotingsurrogateselector.cs (1)
373
Type[] sig = (Type[])mcm.
MethodSignature
;
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
233
if (mcm.
MethodSignature
!= null && RemotingServices.IsMethodOverloaded(mcm))
234
methodSignature = mcm.
MethodSignature
;
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
258
h[2] = new Header("__MethodSignature", mcm.
MethodSignature
);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
594
get { return methodCall.
MethodSignature
; }