(Type type)
| 395 | } |
| 396 | |
| 397 | internal TypeInfo? GetReadTypeInfo(Type type) |
| 398 | { |
| 399 | return _readTypeInfoByType.TryGetValue(TypeMapKey.Get(type), out TypeInfo? typeInfo) ? typeInfo : null; |
| 400 | } |
| 401 | |
| 402 | internal void ClearReadTypeInfo(Type type) |
| 403 | { |
no test coverage detected