12 references to Attribute
System.Runtime.Serialization (12)
System\Xml\XmlC14NWriter.cs (12)
24
Attribute
[] attributes;
25
Attribute
attribute;
717
Attribute
temp = attributes[i];
729
void AddAttribute(ref
Attribute
attribute)
733
attributes = new
Attribute
[4];
737
Attribute
[] newAttributes = new
Attribute
[attributeCount * 2];
848
void ResolvePrefix(ref
Attribute
attribute)
880
int Compare(ref
Attribute
attribute1, ref
Attribute
attribute2)
964
Attribute
[] attributes = new
Attribute
[writer.attributes.Length];