3 writes to nsLength
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
450
attribute.
nsLength
= 0;
485
attribute.
nsLength
= 0;
852
ResolvePrefix(attribute.prefixOffset, attribute.prefixLength, out attribute.nsOffset, out attribute.
nsLength
);
3 references to nsLength
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
);