8 references to GetUtf8TextLength
System.Formats.Tar (8)
System\Formats\Tar\TarHeader.cs (2)
188if (!string.IsNullOrEmpty(value) && GetUtf8TextLength(value) > maxUtf8ByteLength) 270if (!string.IsNullOrEmpty(value) && GetUtf8TextLength(value) > maxUtf8ByteLength)
System\Formats\Tar\TarHeader.Write.cs (6)
560int encodedLength = GetUtf8TextLength(name); 585if (GetUtf8TextLength(_name) > MaxPathName) 682if (GetUtf8TextLength(linkName) > FieldLengths.LinkName) 740if (GetUtf8TextLength(uName) > FieldLengths.UName) 758if (GetUtf8TextLength(gName) > FieldLengths.GName) 1201Debug.Assert(GetUtf8TextLength(text) > utf8MaxLength);