3 references to GetUTF8ByteCount
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\BlobUtilities.cs (1)
194
return
GetUTF8ByteCount
(ptr, str.Length);
System\Reflection\Metadata\BlobBuilder.cs (1)
1097
int bytesToNext = BlobUtilities.
GetUTF8ByteCount
(nextPtr, charsToNext);
System\Reflection\Metadata\BlobWriter.cs (1)
472
int byteCount = BlobUtilities.
GetUTF8ByteCount
(charPtr, length);