11 references to GenerateOldAsync
System.Web (2)
Compilation\WebReferencesBuildProvider.cs (1)
135options.CodeGenerationOptions = CodeGenerationOptions.GenerateProperties | CodeGenerationOptions.GenerateNewAsync | CodeGenerationOptions.GenerateOldAsync;
Compilation\WsdlBuildProvider.cs (1)
54CodeGenerationOptions.GenerateNewAsync | CodeGenerationOptions.GenerateOldAsync;
System.Web.Services (9)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
171bool oldAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.GenerateOldAsync) != 0;
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
113CodeGenerationOptions options = CodeGenerationOptions.GenerateOldAsync;
System\Web\Services\Description\SoapProtocolImporter.cs (1)
833bool oldAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.GenerateOldAsync) != 0;
System\Web\Services\Description\WebReferenceOptions.cs (6)
27CodeGenerationOptions codeGenerationOptions = CodeGenerationOptions.GenerateOldAsync; 37[DefaultValue(CodeGenerationOptions.GenerateOldAsync)] 168case System.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync: s = @"oldAsync"; break; 177(long)System.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync, 211if (((CodeGenerationOptions)o.@CodeGenerationOptions) != (CodeGenerationOptions.@GenerateOldAsync)) { 253h.Add(@"oldAsync", (long)System.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync);