1 write to EndMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
133child.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;