4 references to GetUTF8ByteCount
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (1)
561stringVirtualIndexToHeapOffsetMap[entry.Value.GetWriterVirtualIndex()] = position - (BlobUtilities.GetUTF8ByteCount(entry.Key) + 1);
System\Reflection\Metadata\Ecma335\MetadataRootBuilder.cs (2)
61Debug.Assert(BlobUtilities.GetUTF8ByteCount(DefaultMetadataVersionString) == DefaultMetadataVersionString.Length); 62int metadataVersionByteCount = metadataVersion != null ? BlobUtilities.GetUTF8ByteCount(metadataVersion) : DefaultMetadataVersionString.Length;
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
63Debug.Assert(BlobUtilities.GetUTF8ByteCount(MetadataVersion) == MetadataVersion.Length);