2 writes to localNameLength
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
426
_attribute.
localNameLength
= Encoding.UTF8.GetByteCount(localName);
455
_attribute.
localNameLength
= localNameLength;
2 references to localNameLength
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
813
attribute1.localNameOffset, attribute1.
localNameLength
,
814
attribute2.localNameOffset, attribute2.
localNameLength
);