1 write to EndMethod
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
987child.EndMethod = operation.EndMethod;
2 references to EndMethod
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
83this.endOutParams = ServiceReflector.GetOutputParameters(operation.EndMethod, true); 84this.returnParam = operation.EndMethod.ReturnParameter;