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