1 write to TypeFactory
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
315
this.context.
TypeFactory
= this.typeFactory;
5 references to TypeFactory
System.ServiceModel (5)
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();
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
492
CodeTypeDeclaration channelType = context.
TypeFactory
.CreateInterfaceType();