1 write to typeFactory
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
262this.typeFactory = typeFactory;
3 references to typeFactory
System.ServiceModel (3)
System\ServiceModel\Description\ServiceContractGenerator.cs (3)
302CodeTypeDeclaration contract = typeFactory.CreateInterfaceType(); 309callbackContract = typeFactory.CreateInterfaceType(); 315this.context.TypeFactory = this.typeFactory;