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