28 instantiations of XmlEnum
dotnet-svcutil-lib (28)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaContentProcessing.cs (3)
29[XmlEnum("skip")] 35[XmlEnum("lax")] 41[XmlEnum("strict")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDerivationMethod.cs (7)
26[XmlEnum("")] 32[XmlEnum("substitution")] 38[XmlEnum("extension")] 44[XmlEnum("restriction")] 50[XmlEnum("list")] 56[XmlEnum("union")] 62[XmlEnum("#all")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaForm.cs (2)
30[XmlEnum("qualified")] 36[XmlEnum("unqualified")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaUse.cs (3)
30[XmlEnum("optional")] 36[XmlEnum("prohibited")] 42[XmlEnum("required")]
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerationOptions.cs (5)
33[XmlEnum("properties")] 42[XmlEnum("newAsync")] 51[XmlEnum("oldAsync")] 61[XmlEnum("order")] 70[XmlEnum("enableDataBinding")]
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1233a.XmlEnum = new XmlEnumAttribute();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionImporter.cs (3)
33[XmlEnum("client")] 39[XmlEnum("server")] 45[XmlEnum("serverInterface")]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (4)
70[XmlEnum("document")] 73[XmlEnum("rpc")] 175[XmlEnum("encoded")] 178[XmlEnum("literal")]
6 references to XmlEnum
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
40private XmlEnumAttribute _xmlEnum; 148else if (attrib is XmlEnumAttribute) 150_xmlEnum = (XmlEnumAttribute)attrib; 220public XmlEnumAttribute XmlEnum
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
141codeClass = ExportEnum((EnumMapping)mapping, typeof(XmlEnumAttribute));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
858invalidAttributeType = typeof(XmlEnumAttribute);