4 references to CreateClassType
System.ServiceModel (4)
System\ServiceModel\Description\ClientClassGenerator.cs (2)
163
CodeTypeDeclaration clientType = context.TypeFactory.
CreateClassType
();
519
CodeTypeDeclaration argsType = context.TypeFactory.
CreateClassType
();
System\ServiceModel\Description\OperationGenerator.cs (2)
313
CodeTypeDeclaration typedMessageDecl = Context.Contract.TypeFactory.
CreateClassType
();
592
CodeTypeDeclaration wrapperTypeDecl = Context.Contract.TypeFactory.
CreateClassType
();