16 writes to AttributeName
IOperationGenerator (16)
Model.cs (16)
43[XmlAttribute(AttributeName = "Internal")] 63[XmlAttribute(AttributeName = "SkipClassGeneration")] 75[XmlAttribute(AttributeName = "SkipInVisitor")] 79[XmlAttribute(AttributeName = "SkipChildrenGeneration")] 83[XmlAttribute(AttributeName = "SkipInCloner")] 92[XmlAttribute(AttributeName = "HasType")] 96[XmlAttribute(AttributeName = "HasConstantValue")] 118[XmlAttribute(AttributeName = "New")] 122[XmlAttribute(AttributeName = "Internal")] 126[XmlAttribute(AttributeName = "Override")] 130[XmlAttribute(AttributeName = "SkipGeneration")] 134[XmlAttribute(AttributeName = "MakeAbstract")] 144[XmlAttribute(AttributeName = "Include")] 160[XmlAttribute(AttributeName = "Value")] 164[XmlAttribute(AttributeName = "EditorBrowsable")] 174[XmlAttribute(AttributeName = "Error")]
4 references to AttributeName
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1605attribute.Name = Accessor.EscapeQName(a.XmlAttribute.AttributeName.Length == 0 ? accessorName : a.XmlAttribute.AttributeName); 1784attribute.Name = Accessor.EscapeQName(a.XmlAttribute.AttributeName.Length == 0 ? accessorName : a.XmlAttribute.AttributeName);