1 write to EndMethod
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
130child.EndMethod = operation.EndMethod;
2 references to EndMethod
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
68_endOutParams = ServiceReflector.GetOutputParameters(operation.EndMethod, true); 69_returnParam = operation.EndMethod.ReturnParameter;