4 references to UnsafeGetUTF8Chars
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (2)
413
int length =
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset + 1);
701
int length =
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset + 2);
System\Xml\XmlStreamNodeWriter.cs (2)
575
Advance(
UnsafeGetUTF8Chars
(chars, chunkSize, buffer, offset));
583
Advance(
UnsafeGetUTF8Chars
(chars, charCount, buffer, offset));