8 references to @GenerateNewAsync
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 (6)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
172bool newAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.GenerateNewAsync) != 0 &&
System\Web\Services\Description\ProtocolImporter.cs (1)
428bool newAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.GenerateNewAsync) != 0 &&
System\Web\Services\Description\SoapProtocolImporter.cs (1)
834bool newAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.GenerateNewAsync) != 0 &&
System\Web\Services\Description\WebReferenceOptions.cs (3)
167case System.Xml.Serialization.CodeGenerationOptions.@GenerateNewAsync: s = @"newAsync"; break; 176(long)System.Xml.Serialization.CodeGenerationOptions.@GenerateNewAsync, 252h.Add(@"newAsync", (long)System.Xml.Serialization.CodeGenerationOptions.@GenerateNewAsync);