1 instantiation of CodeTypeFactory
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
186context = new ContextInitializer(this, new CodeTypeFactory(this, options.IsSet(ServiceContractGenerationOptions.InternalTypes))).CreateContext(contractDescription);
4 references to CodeTypeFactory
System.ServiceModel (4)
System\ServiceModel\Description\ServiceContractGenerationContext.cs (2)
29ServiceContractGenerator.CodeTypeFactory typeFactory; 118internal ServiceContractGenerator.CodeTypeFactory TypeFactory
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
251readonly CodeTypeFactory typeFactory; 259internal ContextInitializer(ServiceContractGenerator parent, CodeTypeFactory typeFactory)