3 references to GetCodeType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\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);