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