4 writes to attributes
System.Runtime.Serialization (4)
System\Xml\XmlC14NWriter.cs (4)
131attributes = null; 733attributes = new Attribute[4]; 739attributes = newAttributes; 970writer.attributes = attributes;
19 references to attributes
System.Runtime.Serialization (19)
System\Xml\XmlC14NWriter.cs (19)
130if (attributes != null && attributes.Length > 16) 335writer.WriteText(elementBuffer, attributes[i].offset, attributes[i].length); 709if (Compare(ref attributes[j], ref attributes[attributeMin]) < 0) 717Attribute temp = attributes[i]; 718attributes[i] = attributes[attributeMin]; 719attributes[attributeMin] = temp; 731if (attributes == null) 735else if (attributeCount == attributes.Length) 738Array.Copy(attributes, newAttributes, attributeCount); 742attributes[attributeCount] = attribute; 869ResolvePrefix(ref attributes[i]); 964Attribute[] attributes = new Attribute[writer.attributes.Length]; 967attributes[i] = writer.attributes[(int)indeces[i]]; 977return writer.Compare(ref writer.attributes[attributeIndex1], ref writer.attributes[attributeIndex2]);