6 references to GenerateOrder
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
75
get { return (Options & CodeGenerationOptions.
GenerateOrder
) != 0; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\XmlSerializerImportOptions.cs (1)
29
private static CodeGenerationOptions s_defaultCodeGenerationOptions = CodeGenerationOptions.GenerateProperties | CodeGenerationOptions.
GenerateOrder
;
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (3)
193
case Microsoft.Xml.Serialization.CodeGenerationOptions.
@GenerateOrder
: s = @"order"; break;
203
(long)Microsoft.Xml.Serialization.CodeGenerationOptions.
@GenerateOrder
,
298
h.Add(@"order", (long)Microsoft.Xml.Serialization.CodeGenerationOptions.
@GenerateOrder
);
ImportModule.cs (1)
338
importOptions.WebReferenceOptions.CodeGenerationOptions = CodeGenerationOptions.GenerateProperties | CodeGenerationOptions.
GenerateOrder
;