9 references to UnsafeWriteUTF8Chars
System.Runtime.Serialization (9)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1706base.UnsafeWriteUTF8Chars(chars, charCount);
System\Xml\XmlBinaryWriter.cs (2)
422UnsafeWriteUTF8Chars(chars, charCount); 728UnsafeWriteUTF8Chars(chars, charCount);
System\Xml\XmlStreamNodeWriter.cs (3)
520UnsafeWriteUTF8Chars(chars, 1); 528UnsafeWriteUTF8Chars(chars, 2); 558UnsafeWriteUTF8Chars(chars, count);
System\Xml\XmlUTF8TextWriter.cs (3)
460UnsafeWriteUTF8Chars(chars + i, j - i); 465UnsafeWriteUTF8Chars(chars + i, count - i); 517UnsafeWriteUTF8Chars(pch, count);