2 writes to localNameOffset
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
425_attribute.localNameOffset = _attribute.prefixOffset + _attribute.prefixLength + (_attribute.prefixLength != 0 ? 1 : 0); 454_attribute.localNameOffset = _attribute.prefixOffset + prefixLength + (prefixLength != 0 ? 1 : 0);
2 references to localNameOffset
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
813attribute1.localNameOffset, attribute1.localNameLength, 814attribute2.localNameOffset, attribute2.localNameLength);