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