8 references to @GenerateNewAsync
System.Web (2)
Compilation\WebReferencesBuildProvider.cs (1)
135
options.CodeGenerationOptions = CodeGenerationOptions.GenerateProperties | CodeGenerationOptions.
GenerateNewAsync
| CodeGenerationOptions.GenerateOldAsync;
Compilation\WsdlBuildProvider.cs (1)
54
CodeGenerationOptions.
GenerateNewAsync
| CodeGenerationOptions.GenerateOldAsync;
System.Web.Services (6)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
172
bool newAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.
GenerateNewAsync
) != 0 &&
System\Web\Services\Description\ProtocolImporter.cs (1)
428
bool newAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.
GenerateNewAsync
) != 0 &&
System\Web\Services\Description\SoapProtocolImporter.cs (1)
834
bool newAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.
GenerateNewAsync
) != 0 &&
System\Web\Services\Description\WebReferenceOptions.cs (3)
167
case System.Xml.Serialization.CodeGenerationOptions.
@GenerateNewAsync
: s = @"newAsync"; break;
176
(long)System.Xml.Serialization.CodeGenerationOptions.
@GenerateNewAsync
,
252
h.Add(@"newAsync", (long)System.Xml.Serialization.CodeGenerationOptions.
@GenerateNewAsync
);