1 write to XmlEnum
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1079a.XmlEnum = new XmlEnumAttribute();
4 references to XmlEnum
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1004else if (member.XmlAttributes.XmlEnum != null)
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1078if (a.XmlEnum == null) 1082constant.XmlName = a.XmlEnum.Name == null ? model.Name : a.XmlEnum.Name;