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