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