2 writes to prefixLength
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
424
_attribute.
prefixLength
= Encoding.UTF8.GetByteCount(prefix);
453
_attribute.
prefixLength
= prefixLength;
4 references to prefixLength
System.Private.DataContractSerialization (4)
System\Xml\XmlCanonicalWriter.cs (4)
425
_attribute.localNameOffset = _attribute.prefixOffset + _attribute.
prefixLength
+ (_attribute.
prefixLength
!= 0 ? 1 : 0);
776
if (attribute.
prefixLength
!= 0)
778
ResolvePrefix(attribute.prefixOffset, attribute.
prefixLength
, out attribute.nsOffset, out attribute.nsLength);