5 references to InternalTypes
dotnet-svcutil-lib (5)
CodeDomFixup\VisitorFixup.cs (2)
14
ArrayOfXElementTypeHelper arrayOfXElementTypeHelper = new ArrayOfXElementTypeHelper((generator.Options & ServiceContractGenerationOptions.
InternalTypes
) == ServiceContractGenerationOptions.
InternalTypes
, generator.TargetCompileUnit);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
132
context = new ContextInitializer(this, new CodeTypeFactory(this, _options.IsSet(ServiceContractGenerationOptions.
InternalTypes
))).CreateContext(contractDescription);
ImportModule.cs (2)
235
contractGenerator.Options |= ServiceContractGenerationOptions.
InternalTypes
;
239
contractGenerator.Options &= ~ServiceContractGenerationOptions.
InternalTypes
;