Files
codeql/csharp/ql/test/library-tests/conversion/operator/Operator.expected

42 lines
936 B
Plaintext

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