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