Files
codeql/csharp/ql/test/library-tests/conversion/operator/Operator.expected
2024-11-29 13:49:25 +01:00

60 lines
1.2 KiB
Plaintext

| ArraySegment<T> | Memory`1 |
| ArraySegment<T> | ReadOnlyMemory`1 |
| ArraySegment<T> | ReadOnlySpan`1 |
| ArraySegment<T> | Span`1 |
| Byte | Decimal |
| Byte | Half |
| Byte | Int128 |
| Byte | NFloat |
| Byte | UInt128 |
| Char | Decimal |
| Char | Int128 |
| Char | NFloat |
| Char | StandardFormat |
| Char | UInt128 |
| DateTime | DateTimeOffset |
| Half | NFloat |
| Int16 | Decimal |
| Int16 | Int128 |
| Int16 | NFloat |
| Int32 | C |
| Int32 | Decimal |
| Int32 | Index |
| Int32 | Int128 |
| Int32 | NFloat |
| Int64 | Decimal |
| Int64 | Int128 |
| Int64 | NFloat |
| IntPtr | Int128 |
| IntPtr | NFloat |
| Memory`1 | ReadOnlyMemory<T> |
| NFloat | Double |
| SByte | Decimal |
| SByte | Half |
| SByte | Int128 |
| SByte | NFloat |
| Single | NFloat |
| Span`1 | ReadOnlySpan<T> |
| String | ReadOnlySpan<Char> |
| T | Nullable`1 |
| T[] | ArraySegment`1 |
| T[] | Memory`1 |
| T[] | ReadOnlyMemory`1 |
| T[] | ReadOnlySpan`1 |
| T[] | Span`1 |
| UInt16 | Decimal |
| UInt16 | Int128 |
| UInt16 | NFloat |
| UInt16 | UInt128 |
| UInt32 | Decimal |
| UInt32 | Int128 |
| UInt32 | NFloat |
| UInt32 | UInt128 |
| UInt64 | Decimal |
| UInt64 | Int128 |
| UInt64 | NFloat |
| UInt64 | UInt128 |
| UIntPtr | Int128 |
| UIntPtr | NFloat |
| UIntPtr | UInt128 |