(ReadContext context, TypeMetaFieldType fieldType)
| 20 | public static class FieldSkipper |
| 21 | { |
| 22 | public static void SkipFieldValue(ReadContext context, TypeMetaFieldType fieldType) |
| 23 | { |
| 24 | SkipValue(context, fieldType, RefModeExtensions.From(fieldType.Nullable, fieldType.TrackRef)); |
| 25 | } |
| 26 | |
| 27 | private static void SkipValue( |
| 28 | ReadContext context, |