17 references to EndpointConfigurationEnumTypeName
dotnet-svcutil-lib (17)
CodeDomFixup\ConfigToCode.cs (9)
78new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName), endpointNames[0]), 142ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 158ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 214ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 243ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 272ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 343ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 375ConfigToCodeConstants.EndpointConfigurationEnumTypeName, 402ConfigToCodeConstants.EndpointConfigurationEnumTypeName,
CodeDomFixup\MethodCreationHelper.cs (8)
32this.GetEndpointAddress.Parameters.Add(new CodeParameterDeclarationExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName, ConfigToCodeConstants.EndpointConfigurationParameter)); 41this.GetBinding.Parameters.Add(new CodeParameterDeclarationExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName, ConfigToCodeConstants.EndpointConfigurationParameter)); 68CodeTypeDeclaration configurationsEnum = new CodeTypeDeclaration(ConfigToCodeConstants.EndpointConfigurationEnumTypeName); 72configurationsEnum.Members.Add(new CodeMemberField(ConfigToCodeConstants.EndpointConfigurationEnumTypeName, CodeDomHelpers.EscapeName(endpointName))); 142new CodeTypeReferenceExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName), endpointConfigurationName))); 2166new CodeTypeReferenceExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName), endpointConfigurationName)), 2195ConfigToCodeConstants.EndpointConfigurationEnumTypeName), 2205ConfigToCodeConstants.EndpointConfigurationEnumTypeName),