mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
42 lines
936 B
Plaintext
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 |
|