1 write to SoapEnum
System.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
558a.SoapEnum = new SoapEnumAttribute();
3 references to SoapEnum
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
557if (a.SoapEnum == null) 561constant.XmlName = a.SoapEnum.Name.Length == 0 ? model.Name : a.SoapEnum.Name;