24 references to EndpointConfigurationParameter
dotnet-svcutil-lib (24)
CodeDomFixup\ConfigToCode.cs (18)
88
new CodeVariableReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
),
143
ConfigToCodeConstants.
EndpointConfigurationParameter
);
144
ctor.ChainedConstructorArgs[1] = new CodeVariableReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
);
159
ConfigToCodeConstants.
EndpointConfigurationParameter
);
215
ConfigToCodeConstants.
EndpointConfigurationParameter
));
222
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)));
227
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)));
244
ConfigToCodeConstants.
EndpointConfigurationParameter
);
252
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)));
273
ConfigToCodeConstants.
EndpointConfigurationParameter
);
281
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)));
344
ConfigToCodeConstants.
EndpointConfigurationParameter
);
352
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)));
357
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)));
376
ConfigToCodeConstants.
EndpointConfigurationParameter
);
381
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
));
403
ConfigToCodeConstants.
EndpointConfigurationParameter
);
408
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
));
CodeDomFixup\MethodCreationHelper.cs (6)
32
this.GetEndpointAddress.Parameters.Add(new CodeParameterDeclarationExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName, ConfigToCodeConstants.
EndpointConfigurationParameter
));
41
this.GetBinding.Parameters.Add(new CodeParameterDeclarationExpression(ConfigToCodeConstants.EndpointConfigurationEnumTypeName, ConfigToCodeConstants.
EndpointConfigurationParameter
));
139
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
),
2163
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
),
2219
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)))));
2229
new CodeArgumentReferenceExpression(ConfigToCodeConstants.
EndpointConfigurationParameter
)))));