3 references to WriteUTF8
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobBuilder.cs (2)
1030WriteUTF8(value, 0, value.Length, allowUnpairedSurrogates: true, prependSize: true); 1072WriteUTF8(value, 0, value.Length, allowUnpairedSurrogates, prependSize: false);
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (1)
337partBuilder.WriteUTF8(value, i, (next >= 0 ? next : value.Length) - i, allowUnpairedSurrogates: true, prependSize: false);