5 references to MethodBase
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (5)
325if (methodData.MethodBase.DeclaringType == typeof(System.ServiceModel.ICommunicationObject) 326&& methodData.MethodBase.Name.Equals("Close", StringComparison.Ordinal)) 432MethodBase method = methodDatas[i].MethodBase; 449int index = FindMethod(_methodDatas, methodData.MethodBase); 454if (_methodDatas[i].MethodBase == null)