3 references to EndMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
213
CodeMemberMethod endMethod = GenerateClientClassMethod(clientType, contractTypeRef, operationContext.
EndMethod
, _tryAddHelperMethod, declaringContractTypeRef);
430
if (String.Compare(operationContext.
EndMethod
.Name, name, StringComparison.OrdinalIgnoreCase) == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
159
_endMethod = _context.
EndMethod
;