1 instantiation of CodeTypeFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
132
context = 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)
29
private ServiceContractGenerator.
CodeTypeFactory
_typeFactory;
118
internal ServiceContractGenerator.
CodeTypeFactory
TypeFactory
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
197
private readonly
CodeTypeFactory
_typeFactory;
205
internal ContextInitializer(ServiceContractGenerator parent,
CodeTypeFactory
typeFactory)