2 references to WriteUTF8
System.Reflection.Metadata (2)
System\Reflection\Metadata\BlobWriter.cs (2)
428
WriteUTF8
(str, 0, str.Length, allowUnpairedSurrogates: true, prependSize: true);
465
WriteUTF8
(value, 0, value.Length, allowUnpairedSurrogates, prependSize: false);