2 references to GetUTF8ByteCount
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\BlobUtilities.cs (1)
200
return
GetUTF8ByteCount
(str, charCount, int.MaxValue, out _);
System\Reflection\Metadata\BlobBuilder.cs (1)
1094
int bytesToCurrent = BlobUtilities.
GetUTF8ByteCount
(currentPtr, length, byteLimit, out nextPtr);