2 writes to prefixLength
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
371
xmlnsAttribute.
prefixLength
= Encoding.UTF8.GetBytes(prefix, 0, prefix.Length, _xmlnsBuffer, _xmlnsOffset);
404
xmlnsAttribute.
prefixLength
= prefixLength;
9 references to prefixLength
System.Private.DataContractSerialization (9)
System\Xml\XmlCanonicalWriter.cs (9)
252
if (_inclusivePrefixes[i].Length == xmlnsAttribute.
prefixLength
)
254
if (string.Equals(Encoding.UTF8.GetString(_xmlnsBuffer!, xmlnsAttribute.prefixOffset, xmlnsAttribute.
prefixLength
), _inclusivePrefixes[i], StringComparison.Ordinal))
280
if (Equals(_xmlnsBuffer, _xmlnsAttributes![i].prefixOffset, _xmlnsAttributes[i].
prefixLength
, _xmlnsBuffer, _xmlnsAttributes[j].prefixOffset, _xmlnsAttributes[j].
prefixLength
))
372
_xmlnsOffset += xmlnsAttribute.
prefixLength
;
624
_writer.WriteXmlnsAttribute(_xmlnsBuffer, xmlnsAttribute.prefixOffset, xmlnsAttribute.
prefixLength
, _xmlnsBuffer, xmlnsAttribute.nsOffset, xmlnsAttribute.nsLength);
747
_xmlnsBuffer!, _xmlnsAttributes![j].prefixOffset, _xmlnsAttributes[j].
prefixLength
))
800
xmlnsAttribute1.prefixOffset, xmlnsAttribute1.
prefixLength
,
801
xmlnsAttribute2.prefixOffset, xmlnsAttribute2.
prefixLength
);