4 references to UnsafeGetUTF8Chars
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (2)
405
int length =
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset + 1);
654
int length =
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset + 2);
System\Xml\XmlStreamNodeWriter.cs (2)
302
Advance(
UnsafeGetUTF8Chars
(chars, chunkSize, buffer, offset));
310
Advance(
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset));