CodeDomFixup\MethodCreationHelper.cs (20)
27Name = ConfigToCodeConstants.GetEndpointAddressMethod,
32this.GetEndpointAddress.Parameters.Add(new CodeParameterDeclarationExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName, ConfigToCodeConstants.EndpointConfigurationParameter));
36Name = ConfigToCodeConstants.GetBindingMethod,
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)));
139new CodeArgumentReferenceExpression(ConfigToCodeConstants.EndpointConfigurationParameter),
142new CodeTypeReferenceExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName), endpointConfigurationName)));
2163new CodeArgumentReferenceExpression(ConfigToCodeConstants.EndpointConfigurationParameter),
2166new CodeTypeReferenceExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName), endpointConfigurationName)),
2177Name = ConfigToCodeConstants.GetDefaultBindingMethod,
2184Name = ConfigToCodeConstants.GetDefaultEndpointAddressMethod,
2192ConfigToCodeConstants.GetBindingMethod,
2195ConfigToCodeConstants.EndpointConfigurationEnumTypeName),
2202ConfigToCodeConstants.GetEndpointAddressMethod,
2205ConfigToCodeConstants.EndpointConfigurationEnumTypeName),
2219new CodeArgumentReferenceExpression(ConfigToCodeConstants.EndpointConfigurationParameter)))));
2229new CodeArgumentReferenceExpression(ConfigToCodeConstants.EndpointConfigurationParameter)))));