3 writes to EndMethod
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
876existingOp.EndMethod = newOp.EndMethod; 892newOp.EndMethod = existingOp.EndMethod; 985operationDescription.EndMethod = outputMethod;
26 references to EndMethod
System.ServiceModel (26)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
987child.EndMethod = operation.EndMethod;
System\ServiceModel\Description\TypeLoader.cs (22)
493opDesc.EndMethod.Name, 514opDesc.EndMethod.Name, 876existingOp.EndMethod = newOp.EndMethod; 892newOp.EndMethod = existingOp.EndMethod; 1549this.asyncOutputs = ServiceReflector.GetOutputParameters(this.asyncOperation.EndMethod, true); 1561this.asyncOperation.EndMethod.Name, 1577this.asyncOperation.EndMethod.Name, 1594this.asyncOperation.EndMethod.Name, 1602if (this.syncOperation.SyncMethod.ReturnType != this.syncOperation.EndMethod.ReturnType) 1609this.asyncOperation.EndMethod.Name, 1623this.asyncOperation.EndMethod.Name, 1639this.asyncOperation.EndMethod.Name, 1654this.asyncOperation.EndMethod.Name, 1671this.asyncOperation.EndMethod.Name, 1821this.asyncOperation.EndMethod.Name, 1837this.asyncOperation.EndMethod.Name, 1845if (this.taskOperation.TaskTResult != this.asyncOperation.EndMethod.ReturnType) 1852this.asyncOperation.EndMethod.Name, 1866this.asyncOperation.EndMethod.Name, 1882this.asyncOperation.EndMethod.Name, 1897this.asyncOperation.EndMethod.Name, 1914this.asyncOperation.EndMethod.Name,
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
48dispatch.Invoker = new AsyncMethodInvoker(description.BeginMethod, description.EndMethod); 66dispatch.Invoker = new AsyncMethodInvoker(description.BeginMethod, description.EndMethod);
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
59operationMap.Add(operation.EndMethod.MethodHandle, operation.Name);