3 writes to BeginMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
924
existingOp.
BeginMethod
= newOp.BeginMethod;
940
newOp.
BeginMethod
= existingOp.BeginMethod;
1034
operationDescription.
BeginMethod
= methodInfo;
36 references to BeginMethod
dotnet-svcutil-lib (36)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
132
child.BeginMethod = operation.
BeginMethod
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (1)
127
return this.TaskMethod ?? this.
BeginMethod
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (29)
410
if (opDesc.SyncMethod != null && opDesc.
BeginMethod
!= null)
412
ProcessOpMethod(opDesc.
BeginMethod
, false, opDesc, result, targetIface, implType, useImplAttrs);
418
else if (opDesc.TaskMethod != null && opDesc.
BeginMethod
!= null)
420
ProcessOpMethod(opDesc.
BeginMethod
, false, opDesc, result, targetIface, implType, useImplAttrs);
463
if (opDesc.SyncMethod != null && opDesc.
BeginMethod
!= null)
469
opDesc.
BeginMethod
.Name,
484
else if (opDesc.TaskMethod != null && opDesc.
BeginMethod
!= null)
490
opDesc.
BeginMethod
.Name,
884
if (isAsync && (existingOp.
BeginMethod
!= null))
886
string method1Name = existingOp.
BeginMethod
.Name;
924
existingOp.BeginMethod = newOp.
BeginMethod
;
940
newOp.BeginMethod = existingOp.
BeginMethod
;
1584
_asyncInputs = ServiceReflector.GetInputParameters(_asyncOperation.
BeginMethod
, true);
1597
_asyncOperation.
BeginMethod
.Name,
1613
_asyncOperation.
BeginMethod
.Name,
1630
_asyncOperation.
BeginMethod
.Name,
1645
_asyncOperation.
BeginMethod
.Name,
1659
_asyncOperation.
BeginMethod
.Name,
1674
_asyncOperation.
BeginMethod
.Name,
1689
_asyncOperation.
BeginMethod
.Name,
1706
_asyncOperation.
BeginMethod
.Name,
1844
_asyncInputs = ServiceReflector.GetInputParameters(_asyncOperation.
BeginMethod
, true);
1855
_asyncOperation.
BeginMethod
.Name,
1871
_asyncOperation.
BeginMethod
.Name,
1886
_asyncOperation.
BeginMethod
.Name,
1900
_asyncOperation.
BeginMethod
.Name,
1915
_asyncOperation.
BeginMethod
.Name,
1930
_asyncOperation.
BeginMethod
.Name,
1947
_asyncOperation.
BeginMethod
.Name,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
41
if (description.
BeginMethod
!= null)
54
if (description.
BeginMethod
!= null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (3)
52
if (operation.
BeginMethod
!= null)
54
if (!_operationMap.ContainsKey(operation.
BeginMethod
))
56
_operationMap.Add(operation.
BeginMethod
, operation.Name);