(TypeInfo typeInfo)
| 177 | } |
| 178 | |
| 179 | internal static bool NeedToWriteTypeInfoForField(TypeInfo typeInfo) |
| 180 | { |
| 181 | return typeInfo.IsDynamicType || |
| 182 | typeInfo.UserTypeKind is UserTypeKind.Struct or UserTypeKind.Ext; |
| 183 | } |
| 184 | |
| 185 | internal static bool NeedToWriteTypeInfoForField(TypeId typeId) |
| 186 | { |
no outgoing calls
no test coverage detected