2 writes to nsOffset
System.Runtime.Serialization (2)
System\Xml\XmlC14NWriter.cs (2)
389
xmlnsAttribute.
nsOffset
= xmlnsOffset;
428
xmlnsAttribute.
nsOffset
= xmlnsOffset;
4 references to nsOffset
System.Runtime.Serialization (4)
System\Xml\XmlC14NWriter.cs (4)
299
if (Equals(xmlnsBuffer, xmlnsAttributes[i].
nsOffset
, xmlnsAttributes[i].nsLength, xmlnsBuffer, xmlnsAttributes[j].
nsOffset
, xmlnsAttributes[j].nsLength))
696
writer.WriteXmlnsAttribute(xmlnsBuffer, xmlnsAttribute.prefixOffset, xmlnsAttribute.prefixLength, xmlnsBuffer, xmlnsAttribute.
nsOffset
, xmlnsAttribute.nsLength);
826
nsOffset = xmlnsAttributes[j].
nsOffset
;