4 references to Name
System.Xml (4)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
561
constant.XmlName = a.SoapEnum.Name.Length == 0 ? model.
Name
: a.SoapEnum.Name;
562
constant.Name = model.
Name
;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1082
constant.XmlName = a.XmlEnum.Name == null ? model.
Name
: a.XmlEnum.Name;
1083
constant.Name = model.
Name
;