1 write to XmlEnum
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1233a.XmlEnum = new XmlEnumAttribute();
4 references to XmlEnum
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1232if (a.XmlEnum == null) 1236constant.XmlName = a.XmlEnum.Name == null ? model.Name : a.XmlEnum.Name;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
857else if (member.XmlAttributes.XmlEnum != null)