(Type type, TypeInfo typeInfo)
| 390 | } |
| 391 | |
| 392 | internal void SetReadTypeInfo(Type type, TypeInfo typeInfo) |
| 393 | { |
| 394 | _readTypeInfoByType.Set(TypeMapKey.Get(type), typeInfo); |
| 395 | } |
| 396 | |
| 397 | internal TypeInfo? GetReadTypeInfo(Type type) |
| 398 | { |
no test coverage detected