2 writes to prefixLength
System.Runtime.Serialization (2)
System\Xml\XmlC14NWriter.cs (2)
446
attribute.
prefixLength
= Encoding.UTF8.GetByteCount(prefix);
481
attribute.
prefixLength
= prefixLength;
4 references to prefixLength
System.Runtime.Serialization (4)
System\Xml\XmlC14NWriter.cs (4)
447
attribute.localNameOffset = attribute.prefixOffset + attribute.
prefixLength
+ (attribute.
prefixLength
!= 0 ? 1 : 0);
850
if (attribute.
prefixLength
!= 0)
852
ResolvePrefix(attribute.prefixOffset, attribute.
prefixLength
, out attribute.nsOffset, out attribute.nsLength);