9 references to UnsafeWriteUTF8Chars
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1484base.UnsafeWriteUTF8Chars(chars, charCount);
System\Xml\XmlBinaryWriter.cs (2)
414UnsafeWriteUTF8Chars(chars, charCount); 681UnsafeWriteUTF8Chars(chars, charCount);
System\Xml\XmlStreamNodeWriter.cs (3)
253UnsafeWriteUTF8Chars(chars, 1); 261UnsafeWriteUTF8Chars(chars, 2); 272UnsafeWriteUTF8Chars(chars, count);
System\Xml\XmlUTF8TextWriter.cs (3)
416UnsafeWriteUTF8Chars(chars + i, j - i); 421UnsafeWriteUTF8Chars(chars + i, count - i); 472UnsafeWriteUTF8Chars(pch, count);