1 write to TypeFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
261
_context.
TypeFactory
= _typeFactory;
5 references to TypeFactory
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
163
CodeTypeDeclaration clientType = context.
TypeFactory
.CreateClassType();
519
CodeTypeDeclaration argsType = context.
TypeFactory
.CreateClassType();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
311
CodeTypeDeclaration typedMessageDecl = _context.Contract.
TypeFactory
.CreateClassType();
589
CodeTypeDeclaration wrapperTypeDecl = _context.Contract.
TypeFactory
.CreateClassType();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
438
CodeTypeDeclaration channelType = context.
TypeFactory
.CreateInterfaceType();