3 writes to nsOffset
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
449
attribute.
nsOffset
= 0;
484
attribute.
nsOffset
= 0;
852
ResolvePrefix(attribute.prefixOffset, attribute.prefixLength, out attribute.
nsOffset
, out attribute.nsLength);
3 references to nsOffset
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
857
Fx.Assert(attribute.
nsOffset
== 0 && attribute.nsLength == 0, "");
883
attribute1.
nsOffset
, attribute1.nsLength,
884
attribute2.
nsOffset
, attribute2.nsLength);