1 write to EndMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
133
child.
EndMethod
= operation.EndMethod;
2 references to EndMethod
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
72
_endOutParams = ServiceReflector.GetOutputParameters(operation.
EndMethod
, true);
73
_returnParam = operation.
EndMethod
.ReturnParameter;