2 references to GetOperationByName
System.ServiceModel (2)
System\ServiceModel\ClientBase.cs (1)
1166
ProxyOperationRuntime op = this.runtime.
GetOperationByName
(methodName);
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
348
ProxyOperationRuntime operationRuntime = channelBuilderSettings.ServiceChannel.ClientRuntime.GetRuntime().
GetOperationByName
(opDesc.Name);