2 writes to nsOffset
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
373
xmlnsAttribute.
nsOffset
= _xmlnsOffset;
407
xmlnsAttribute.
nsOffset
= _xmlnsOffset;
4 references to nsOffset
System.Private.DataContractSerialization (4)
System\Xml\XmlCanonicalWriter.cs (4)
283
if (Equals(_xmlnsBuffer, _xmlnsAttributes[i].
nsOffset
, _xmlnsAttributes[i].nsLength, _xmlnsBuffer, _xmlnsAttributes[j].
nsOffset
, _xmlnsAttributes[j].nsLength))
624
_writer.WriteXmlnsAttribute(_xmlnsBuffer, xmlnsAttribute.prefixOffset, xmlnsAttribute.prefixLength, _xmlnsBuffer, xmlnsAttribute.
nsOffset
, xmlnsAttribute.nsLength);
752
nsOffset = _xmlnsAttributes[j].
nsOffset
;