3 references to GetCodeType
System.ServiceModel (3)
System\ServiceModel\Description\ClientClassGenerator.cs (3)
271
CodeTypeDeclaration paramTypeDecl = ServiceContractGenerator.NamespaceHelper.
GetCodeType
(param.Type);
290
CodeTypeDeclaration returnTypeDecl = ServiceContractGenerator.NamespaceHelper.
GetCodeType
(method.ReturnType);
321
CodeTypeDeclaration bodyTypeDecl = ServiceContractGenerator.NamespaceHelper.
GetCodeType
(field.Type);