3 references to ClientCtorParamTypes
System.ServiceModel (3)
System\ServiceModel\Description\ClientClassGenerator.cs (3)
174
if (!(ClientCtorParamNames.Length ==
ClientCtorParamTypes
.Length))
182
if (!(ClientCtorParamNames[i].Length ==
ClientCtorParamTypes
[i].Length))
197
ctor.Parameters.Add(new CodeParameterDeclarationExpression(
ClientCtorParamTypes
[i][j], ClientCtorParamNames[i][j]));