13 implementations of MethodName
mscorlib (9)
system\runtime\remoting\message.cs (9)
372
public String
MethodName
1108
public String
MethodName
2359
public String
MethodName
2593
public String
MethodName
3625
public String
MethodName
4540
public String
MethodName
5545
public String
MethodName
5786
public virtual String
MethodName
6016
public virtual String
MethodName
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
693
public String
MethodName
{ get{ return m_MethodName; }}
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
587
public string
MethodName
System\ServiceModel\ClientBase.cs (1)
1502
public string
MethodName
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
131
string IMethodMessage.
MethodName
30 references to MethodName
mscorlib (28)
system\runtime\remoting\activationservices.cs (2)
1284
BCLDebug.Trace("REMOTE", "Method missing w/name ", msg.
MethodName
);
1289
msg.
MethodName
,
system\runtime\remoting\message.cs (13)
1426
return _ccmsg.
MethodName
;
1538
return _crmsg.
MethodName
;
1669
return _mcmsg.
MethodName
;
1794
return _mrmsg.
MethodName
;
2563
_methodName = mcm.
MethodName
;
2579
_methodName = mcm.
MethodName
;
4144
mcm.
MethodName
,
4164
methodName = msg.
MethodName
;
4195
methodName = msg.
MethodName
;
5725
case "__MethodName": return _mcmsg.
MethodName
;
5789
get { return _msg.
MethodName
; }
5947
case "__MethodName": return _mrmsg.
MethodName
;
6019
get { return _msg.
MethodName
; }
system\runtime\remoting\messagesmuggler.cs (1)
299
_methodName = mcm.
MethodName
;
system\runtime\remoting\remotingservices.cs (8)
1924
BCLDebug.Trace("REMOTE", "RemotingServices.MethodBaseFromMethodCallMessage with null sig ", msg.
MethodName
);
1945
BCLDebug.Trace("REMOTE", "RemotingServices.MethodBaseFromMethodCallMessage with non-null sig ", msg.
MethodName
, " ", signature.Length);
1959
BCLDebug.Trace("REMOTE", "RemotingServices.MethodBaseFromMethodCallMessage with null sig ", msg.
MethodName
);
1962
mb = t.GetMethod(msg.
MethodName
, RemotingServices.LookupAll);
1964
mb = rt.GetMethod(msg.
MethodName
, RemotingServices.LookupAll);
1968
BCLDebug.Trace("REMOTE", "RemotingServices.MethodBaseFromMethodCallMessage with non-null sig ", msg.
MethodName
, " ", signature.Length);
1971
mb = t.GetMethod(msg.
MethodName
, RemotingServices.LookupAll, null, signature, null);
1973
mb = rt.GetMethod(msg.
MethodName
, RemotingServices.LookupAll, null, CallingConventions.Any, signature, null);
system\runtime\remoting\remotingsurrogateselector.cs (1)
374
info.FullTypeName = mcm.
MethodName
;
system\runtime\remoting\stackbuildersink.cs (2)
352
BCLDebug.Trace("REMOTE", "Method missing w/name ", msg.
MethodName
);
357
msg.
MethodName
,
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
210
String methodName = mcm.
MethodName
;
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
257
h[1] = new Header("__MethodName", mcm.
MethodName
);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
589
get { return methodCall.
MethodName
; }