5 references to AttributeName
System.Web.Extensions (1)
Compilation\WCFModel\SchemaMerger.cs (1)
640return "@" + ((System.Xml.Serialization.XmlAttributeAttribute)attribute).AttributeName;
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1382attribute.Name = Accessor.EscapeQName(a.XmlAttribute.AttributeName.Length == 0 ? accessorName : a.XmlAttribute.AttributeName); 1544attribute.Name = Accessor.EscapeQName(a.XmlAttribute.AttributeName.Length == 0 ? accessorName : a.XmlAttribute.AttributeName);