3 writes to length
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
444attribute.length = 0; 479attribute.length = 0; 493attribute.length = elementWriter.Position - attribute.offset;
1 reference to length
System.Runtime.Serialization (1)
System\Xml\XmlC14NWriter.cs (1)
335writer.WriteText(elementBuffer, attributes[i].offset, attributes[i].length);