3 writes to nsLength
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (3)
428
_attribute.
nsLength
= 0;
457
_attribute.
nsLength
= 0;
778
ResolvePrefix(attribute.prefixOffset, attribute.prefixLength, out attribute.nsOffset, out attribute.
nsLength
);
3 references to nsLength
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (3)
783
Debug.Assert(attribute.nsOffset == 0 && attribute.
nsLength
== 0);
807
attribute1.nsOffset, attribute1.
nsLength
,
808
attribute2.nsOffset, attribute2.
nsLength
);