private static void CheckIsTooLong(string fullName, int maxLength, bool withinLimit)
 {
     Assert.NotEqual(withinLimit, MetadataWriter.IsTooLongInternal(fullName, maxLength));
 }