16 writes to AttributeName
IOperationGenerator (16)
Model.cs (16)
40
[XmlAttribute(
AttributeName
= "Internal")]
60
[XmlAttribute(
AttributeName
= "SkipClassGeneration")]
72
[XmlAttribute(
AttributeName
= "SkipInVisitor")]
76
[XmlAttribute(
AttributeName
= "SkipChildrenGeneration")]
80
[XmlAttribute(
AttributeName
= "SkipInCloner")]
89
[XmlAttribute(
AttributeName
= "HasType")]
93
[XmlAttribute(
AttributeName
= "HasConstantValue")]
112
[XmlAttribute(
AttributeName
= "New")]
116
[XmlAttribute(
AttributeName
= "Internal")]
120
[XmlAttribute(
AttributeName
= "Override")]
124
[XmlAttribute(
AttributeName
= "SkipGeneration")]
128
[XmlAttribute(
AttributeName
= "MakeAbstract")]
138
[XmlAttribute(
AttributeName
= "Include")]
154
[XmlAttribute(
AttributeName
= "Value")]
158
[XmlAttribute(
AttributeName
= "EditorBrowsable")]
168
[XmlAttribute(
AttributeName
= "Error")]
4 references to AttributeName
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1600
attribute.Name = Accessor.EscapeQName(a.XmlAttribute.
AttributeName
.Length == 0 ? accessorName : a.XmlAttribute.
AttributeName
);
1779
attribute.Name = Accessor.EscapeQName(a.XmlAttribute.
AttributeName
.Length == 0 ? accessorName : a.XmlAttribute.
AttributeName
);