2 writes to CodeGenerationOptions
System.Web (1)
Compilation\WsdlBuildProvider.cs (1)
53
importer.
CodeGenerationOptions
= CodeGenerationOptions.GenerateProperties |
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
277
importer.
CodeGenerationOptions
= options.CodeGenerationOptions;
13 references to CodeGenerationOptions
System.Web.Services (13)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
171
bool oldAsync = (ServiceImporter.
CodeGenerationOptions
& CodeGenerationOptions.GenerateOldAsync) != 0;
172
bool newAsync = (ServiceImporter.
CodeGenerationOptions
& CodeGenerationOptions.GenerateNewAsync) != 0 &&
System\Web\Services\Description\MimeTextImporter.cs (1)
47
GenerateCode((MimeTextReturn)importedReturns[i], ImportContext.ServiceImporter.
CodeGenerationOptions
);
System\Web\Services\Description\MimeXmlImporter.cs (2)
75
importer = new XmlSchemaImporter(ImportContext.ConcreteSchemas, ImportContext.ServiceImporter.
CodeGenerationOptions
, ImportContext.ServiceImporter.CodeGenerator, ImportContext.ImportContext);
90
ImportContext.ServiceImporter.CodeGenerator, ImportContext.ServiceImporter.
CodeGenerationOptions
, ImportContext.ExportContext);
System\Web\Services\Description\ProtocolImporter.cs (1)
428
bool newAsync = (ServiceImporter.
CodeGenerationOptions
& CodeGenerationOptions.GenerateNewAsync) != 0 &&
System\Web\Services\Description\SoapProtocolImporter.cs (7)
336
soapImporter = new SoapSchemaImporter(AbstractSchemas, ServiceImporter.
CodeGenerationOptions
, ImportContext);
337
xmlImporter = new XmlSchemaImporter(ConcreteSchemas, ServiceImporter.
CodeGenerationOptions
, ServiceImporter.CodeGenerator, ImportContext);
345
xmlExporter = new XmlCodeExporter(this.CodeNamespace, ServiceImporter.CodeCompileUnit, ServiceImporter.CodeGenerator, ServiceImporter.
CodeGenerationOptions
, ExportContext);
346
soapExporter = new SoapCodeExporter(this.CodeNamespace, null, ServiceImporter.CodeGenerator, ServiceImporter.
CodeGenerationOptions
, ExportContext);
594
WebCodeGenerator.AddMember(CodeTypeDeclaration, mapping.TypeFullName, globalHeader.fieldName, null, null, CodeFlags.IsPublic, ServiceImporter.
CodeGenerationOptions
);
833
bool oldAsync = (ServiceImporter.
CodeGenerationOptions
& CodeGenerationOptions.GenerateOldAsync) != 0;
834
bool newAsync = (ServiceImporter.
CodeGenerationOptions
& CodeGenerationOptions.GenerateNewAsync) != 0 &&