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