6 references to CodeName
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
243throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ParameterModeException(string.Format(SRServiceModel.SFxCannotImportAsParameters_Message, _context.Operation.CodeName))); 900throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ParameterModeException(string.Format(SRServiceModel.SFxCannotImportAsParameters_Bare, parent._context.Operation.CodeName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
276string syncMethodName = memberScope.AddUnique(operationDescription.CodeName, Strings.DefaultOperationName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
106return GetMessageAction(contractQname, operation.CodeName, null, isResponse);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
996operationDescription.CodeName, 1001operationDescription.CodeName,