2 writes to nsOffset
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
373xmlnsAttribute.nsOffset = _xmlnsOffset; 407xmlnsAttribute.nsOffset = _xmlnsOffset;
4 references to nsOffset
System.Private.DataContractSerialization (4)
System\Xml\XmlCanonicalWriter.cs (4)
283if (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); 752nsOffset = _xmlnsAttributes[j].nsOffset;