1 instantiation of CodeTypeFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
132context = new ContextInitializer(this, new CodeTypeFactory(this, _options.IsSet(ServiceContractGenerationOptions.InternalTypes))).CreateContext(contractDescription);
4 references to CodeTypeFactory
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerationContext.cs (2)
29private ServiceContractGenerator.CodeTypeFactory _typeFactory; 118internal ServiceContractGenerator.CodeTypeFactory TypeFactory
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
197private readonly CodeTypeFactory _typeFactory; 205internal ContextInitializer(ServiceContractGenerator parent, CodeTypeFactory typeFactory)