2 writes to prefixOffset
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
370xmlnsAttribute.prefixOffset = _xmlnsOffset; 403xmlnsAttribute.prefixOffset = _xmlnsOffset;
7 references to prefixOffset
System.Private.DataContractSerialization (7)
System\Xml\XmlCanonicalWriter.cs (7)
254if (string.Equals(Encoding.UTF8.GetString(_xmlnsBuffer!, xmlnsAttribute.prefixOffset, xmlnsAttribute.prefixLength), _inclusivePrefixes[i], StringComparison.Ordinal)) 280if (Equals(_xmlnsBuffer, _xmlnsAttributes![i].prefixOffset, _xmlnsAttributes[i].prefixLength, _xmlnsBuffer, _xmlnsAttributes[j].prefixOffset, _xmlnsAttributes[j].prefixLength)) 624_writer.WriteXmlnsAttribute(_xmlnsBuffer, xmlnsAttribute.prefixOffset, xmlnsAttribute.prefixLength, _xmlnsBuffer, xmlnsAttribute.nsOffset, xmlnsAttribute.nsLength); 747_xmlnsBuffer!, _xmlnsAttributes![j].prefixOffset, _xmlnsAttributes[j].prefixLength)) 800xmlnsAttribute1.prefixOffset, xmlnsAttribute1.prefixLength, 801xmlnsAttribute2.prefixOffset, xmlnsAttribute2.prefixLength);