1 write to TypeFactory
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
315this.context.TypeFactory = this.typeFactory;
5 references to TypeFactory
System.ServiceModel (5)
System\ServiceModel\Description\ClientClassGenerator.cs (2)
163CodeTypeDeclaration clientType = context.TypeFactory.CreateClassType(); 519CodeTypeDeclaration argsType = context.TypeFactory.CreateClassType();
System\ServiceModel\Description\OperationGenerator.cs (2)
313CodeTypeDeclaration typedMessageDecl = Context.Contract.TypeFactory.CreateClassType(); 592CodeTypeDeclaration wrapperTypeDecl = Context.Contract.TypeFactory.CreateClassType();
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
492CodeTypeDeclaration channelType = context.TypeFactory.CreateInterfaceType();