3 references to InternalTypes
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
186context = new ContextInitializer(this, new CodeTypeFactory(this, options.IsSet(ServiceContractGenerationOptions.InternalTypes))).CreateContext(contractDescription);
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
516contractGenerator.Options |= ServiceContractGenerationOptions.InternalTypes; 520contractGenerator.Options &= ~ServiceContractGenerationOptions.InternalTypes;