8 references to UnsafeWriteUTF8Chars
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
421UnsafeWriteUTF8Chars(chars, charCount); 733UnsafeWriteUTF8Chars(chars, charCount);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (3)
288UnsafeWriteUTF8Chars(chars, 1); 296UnsafeWriteUTF8Chars(chars, 2); 328UnsafeWriteUTF8Chars(chars, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (3)
477UnsafeWriteUTF8Chars(chars + i, j - i); 482UnsafeWriteUTF8Chars(chars + i, count - i); 534UnsafeWriteUTF8Chars(pch, count);