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