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); 776if (attribute.prefixLength != 0) 778ResolvePrefix(attribute.prefixOffset, attribute.prefixLength, out attribute.nsOffset, out attribute.nsLength);