(TypeInfo typeInfo, WriteContext context)
| 220 | } |
| 221 | |
| 222 | internal void WriteTypeInfo(TypeInfo typeInfo, WriteContext context) |
| 223 | { |
| 224 | WriteTypeInfoCore(typeInfo.Type, typeInfo, context); |
| 225 | } |
| 226 | |
| 227 | internal void ReadTypeInfo(TypeInfo typeInfo, ReadContext context) |
| 228 | { |
no outgoing calls
no test coverage detected