5 references to MethodBase
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannelProxy.cs (5)
308
if (methodData.
MethodBase
.DeclaringType == typeof(System.ServiceModel.ICommunicationObject)
309
&& methodData.
MethodBase
.Name.Equals("Close", StringComparison.Ordinal))
435
MethodBase method = methodDatas[i].
MethodBase
;
452
int index = FindMethod(this.methodDatas, methodData.
MethodBase
);
457
if (methodDatas[i].
MethodBase
== null)