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