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