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