3 writes to nsOffset
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (3)
427
_attribute.
nsOffset
= 0;
456
_attribute.
nsOffset
= 0;
778
ResolvePrefix(attribute.prefixOffset, attribute.prefixLength, out attribute.
nsOffset
, out attribute.nsLength);
3 references to nsOffset
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);