2 writes to localNameLength
System.Runtime.Serialization (2)
System\Xml\XmlC14NWriter.cs (2)
448
attribute.
localNameLength
= Encoding.UTF8.GetByteCount(localName);
483
attribute.
localNameLength
= localNameLength;
2 references to localNameLength
System.Runtime.Serialization (2)
System\Xml\XmlC14NWriter.cs (2)
889
attribute1.localNameOffset, attribute1.
localNameLength
,
890
attribute2.localNameOffset, attribute2.
localNameLength
);