11 references to GenerateOldAsync
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 (9)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
171
bool oldAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.
GenerateOldAsync
) != 0;
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
113
CodeGenerationOptions options = CodeGenerationOptions.
GenerateOldAsync
;
System\Web\Services\Description\SoapProtocolImporter.cs (1)
833
bool oldAsync = (ServiceImporter.CodeGenerationOptions & CodeGenerationOptions.
GenerateOldAsync
) != 0;
System\Web\Services\Description\WebReferenceOptions.cs (6)
27
CodeGenerationOptions codeGenerationOptions = CodeGenerationOptions.
GenerateOldAsync
;
37
[DefaultValue(CodeGenerationOptions.
GenerateOldAsync
)]
168
case System.Xml.Serialization.CodeGenerationOptions.
@GenerateOldAsync
: s = @"oldAsync"; break;
177
(long)System.Xml.Serialization.CodeGenerationOptions.
@GenerateOldAsync
,
211
if (((CodeGenerationOptions)o.@CodeGenerationOptions) != (CodeGenerationOptions.
@GenerateOldAsync
)) {
253
h.Add(@"oldAsync", (long)System.Xml.Serialization.CodeGenerationOptions.
@GenerateOldAsync
);