1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlC14NWriter.cs (1)
950this.writer = writer;
7 references to writer
System.Runtime.Serialization (7)
System\Xml\XmlC14NWriter.cs (7)
955object[] indeces = new object[writer.attributeCount]; 964Attribute[] attributes = new Attribute[writer.attributes.Length]; 967attributes[i] = writer.attributes[(int)indeces[i]]; 970writer.attributes = attributes; 977return writer.Compare(ref writer.attributes[attributeIndex1], ref writer.attributes[attributeIndex2]);