3 references to WriteUTF8
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobBuilder.cs (2)
1104
_buffer.
WriteUTF8
(Length, currentPtr, charsToCurrent, bytesToCurrent, allowUnpairedSurrogates);
1111
_buffer.
WriteUTF8
(0, nextPtr, charsToNext, bytesToNext, allowUnpairedSurrogates);
System\Reflection\Metadata\BlobWriter.cs (1)
480
_buffer.
WriteUTF8
(startOffset, charPtr, length, byteCount, allowUnpairedSurrogates);