2 references to GetMethodName
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
437
DispatchOperation operationDispatcher = new DispatchOperation(dispatcher.DispatchRuntime, HttpGetImpl.
GetMethodName
, HttpGetImpl.RequestAction, HttpGetImpl.ReplyAction);
439
MethodInfo methodInfo = typeof(IHttpGetMetadata).GetMethod(HttpGetImpl.
GetMethodName
);