1 instantiation of CodeTypeFactory
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
186
context = 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)
29
ServiceContractGenerator.
CodeTypeFactory
typeFactory;
118
internal ServiceContractGenerator.
CodeTypeFactory
TypeFactory
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
251
readonly
CodeTypeFactory
typeFactory;
259
internal ContextInitializer(ServiceContractGenerator parent,
CodeTypeFactory
typeFactory)