13 implementations of MethodBase
mscorlib (9)
system\runtime\remoting\message.cs (9)
415
public MethodBase
MethodBase
1162
public MethodBase
MethodBase
2377
public MethodBase
MethodBase
2615
public MethodBase
MethodBase
3652
public MethodBase
MethodBase
4558
public MethodBase
MethodBase
5563
public MethodBase
MethodBase
5810
public virtual MethodBase
MethodBase
6040
public virtual MethodBase
MethodBase
System.Runtime.Remoting (1)
channels\http\httpserverchannel.cs (1)
696
public MethodBase
MethodBase
{ get { return null; }}
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
582
public MethodBase
MethodBase
System\ServiceModel\ClientBase.cs (1)
1494
public Reflection.MethodBase
MethodBase
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
212
MethodBase IMethodMessage.
MethodBase
38 references to MethodBase
mscorlib (24)
system\runtime\remoting\activationservices.cs (1)
1281
MethodBase mb = msg.
MethodBase
;
system\runtime\remoting\channelservices.cs (2)
710
MethodInfo method = (MethodInfo)mcm.
MethodBase
;
835
MethodBase method = ((IMethodMessage)msg).
MethodBase
;
system\runtime\remoting\channelsinkstacks.cs (1)
416
MethodInfo syncMI = (MethodInfo)_msg.
MethodBase
;
system\runtime\remoting\message.cs (11)
495
MethodBase mb = m.
MethodBase
;
506
return CoerceArgs(m.
MethodBase
, m.Args, pi);
2567
_methodBase = mcm.
MethodBase
;
2583
_methodBase = mcm.
MethodBase
;
2883
MI = mcm.
MethodBase
;
4136
MI = (MethodBase)mcm.
MethodBase
;
4161
MI = (MethodBase)msg.
MethodBase
;
4192
MI = (MethodBase)msg.
MethodBase
;
5234
MethodBase mb = (MethodBase)_mm.
MethodBase
;
5813
get { return _msg.
MethodBase
; }
6043
get { return _msg.
MethodBase
; }
system\runtime\remoting\messagesmuggler.cs (2)
311
if (mcm.
MethodBase
.IsGenericMethod)
313
Type[] inst = mcm.
MethodBase
.GetGenericArguments();
system\runtime\remoting\remotingproxy.cs (1)
265
MethodBase mb = reqMcmMsg.
MethodBase
;
system\runtime\remoting\remotingservices.cs (1)
1906
InternalRemotingServices.GetReflectionCachedData(msg.
MethodBase
);
system\runtime\remoting\remotingsurrogateselector.cs (2)
291
MethodBase mb = msg.
MethodBase
;
368
MethodBase mb = mcm.
MethodBase
;
system\runtime\remoting\stackbuildersink.cs (1)
349
MethodBase mb = msg.
MethodBase
;
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
220
if (mcm.
MethodBase
.IsGenericMethod)
221
instArgs = mcm.
MethodBase
.GetGenericArguments();
System.Runtime.Remoting (6)
channels\core\corechannel.cs (2)
467
MethodBase mb = methodMsg.
MethodBase
;
470
Type type = methodMsg.
MethodBase
.DeclaringType;
channels\ipc\ipcclientmanager.cs (1)
99
_bOneWayRequest = RemotingServices.IsOneWay(mcm.
MethodBase
);
channels\sinks\soapformattersinks.cs (2)
224
MethodBase mb = mcm.
MethodBase
;
667
soapActionToVerify, ((IMethodMessage)requestMsg).
MethodBase
)))
channels\tcp\tcpclientsocketmanager.cs (1)
110
_bOneWayRequest = RemotingServices.IsOneWay(mcm.
MethodBase
);
System.ServiceModel (8)
System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
87
MethodBase method = methodCall.
MethodBase
;
101
if (methodCall.
MethodBase
== typeof(object).GetMethod("GetType"))
367
MethodBase targetMethod = methodCall.
MethodBase
;
584
get { return methodCall.
MethodBase
; }
System\ServiceModel\ComIntegration\TearOffProxy.cs (1)
48
MethodBase typeMethod = msg.
MethodBase
;
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
350
return (methodCall.
MethodBase
.MethodHandle == this.syncMethod.MethodHandle);
361
return (methodCall.
MethodBase
.MethodHandle == this.beginMethod.MethodHandle);
372
return (methodCall.
MethodBase
.MethodHandle == this.taskMethod.MethodHandle);