(TypeInfo typeInfo, ReadContext context)
| 225 | } |
| 226 | |
| 227 | internal void ReadTypeInfo(TypeInfo typeInfo, ReadContext context) |
| 228 | { |
| 229 | ReadTypeInfoCore(typeInfo.Type, typeInfo, context); |
| 230 | } |
| 231 | |
| 232 | internal IReadOnlyList<TypeMetaFieldInfo> TypeMetaFields(TypeInfo typeInfo, bool trackRef) |
| 233 | { |
no test coverage detected