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