4 references to Name
System.Private.Xml (4)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
599
constant.XmlName = a.SoapEnum.Name.Length == 0 ? model.
Name
: a.SoapEnum.Name;
600
constant.Name = model.
Name
;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1239
constant.XmlName = a.XmlEnum.Name ?? model.
Name
;
1240
constant.Name = model.
Name
;