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