6 references to GenerateOldAsync
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (6)
27private CodeGenerationOptions _codeGenerationOptions = CodeGenerationOptions.GenerateOldAsync; 37[DefaultValue(CodeGenerationOptions.GenerateOldAsync)] 192case Microsoft.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync: s = @"oldAsync"; break; 202(long)Microsoft.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync, 243if (((CodeGenerationOptions)o.@CodeGenerationOptions) != (CodeGenerationOptions.@GenerateOldAsync)) 297h.Add(@"oldAsync", (long)Microsoft.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync);