7 references to BeginMethod
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
212
CodeMemberMethod beginMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.
BeginMethod
, _tryAddHelperMethod, declaringContractTypeRef);
428
if (String.Compare(operationContext.
BeginMethod
.Name, name, StringComparison.OrdinalIgnoreCase) == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
158
_method = _context.
BeginMethod
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (4)
386
if (context.
BeginMethod
!= null)
388
context.
BeginMethod
.CustomAttributes.Add(CreateOperationContractAttributeDeclaration(context.Operation, true));
593
CodeMemberMethod methodDecl = context.SyncMethod ?? context.
BeginMethod
;
817
CodeMemberMethod methodDecl = context.SyncMethod ?? context.
BeginMethod
;