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