3 writes to EndMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
925
existingOp.
EndMethod
= newOp.EndMethod;
941
newOp.
EndMethod
= existingOp.EndMethod;
1033
operationDescription.
EndMethod
= outputMethod;
24 references to EndMethod
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
133
child.EndMethod = operation.
EndMethod
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (22)
470
opDesc.
EndMethod
.Name,
491
opDesc.
EndMethod
.Name,
925
existingOp.EndMethod = newOp.
EndMethod
;
941
newOp.EndMethod = existingOp.
EndMethod
;
1586
_asyncOutputs = ServiceReflector.GetOutputParameters(_asyncOperation.
EndMethod
, true);
1598
_asyncOperation.
EndMethod
.Name,
1614
_asyncOperation.
EndMethod
.Name,
1631
_asyncOperation.
EndMethod
.Name,
1639
if (_syncOperation.SyncMethod.ReturnType != _syncOperation.
EndMethod
.ReturnType)
1646
_asyncOperation.
EndMethod
.Name,
1660
_asyncOperation.
EndMethod
.Name,
1675
_asyncOperation.
EndMethod
.Name,
1690
_asyncOperation.
EndMethod
.Name,
1707
_asyncOperation.
EndMethod
.Name,
1856
_asyncOperation.
EndMethod
.Name,
1872
_asyncOperation.
EndMethod
.Name,
1880
if (_taskOperation.TaskTResult != _asyncOperation.
EndMethod
.ReturnType)
1887
_asyncOperation.
EndMethod
.Name,
1901
_asyncOperation.
EndMethod
.Name,
1916
_asyncOperation.
EndMethod
.Name,
1931
_asyncOperation.
EndMethod
.Name,
1948
_asyncOperation.
EndMethod
.Name,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
57
_operationMap.Add(operation.
EndMethod
, operation.Name);