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)
813
attribute1.
localNameOffset
, attribute1.localNameLength,
814
attribute2.
localNameOffset
, attribute2.localNameLength);