Files
codeql/csharp/ql/test/library-tests/csharp7.3/ArrayCreations.expected
2021-07-01 16:09:11 +02:00

23 lines
1.6 KiB
Plaintext

arrayCreation
| csharp73.cs:7:20:7:49 | array creation of type Char* | 0 | csharp73.cs:7:20:7:49 | 2 |
| csharp73.cs:8:20:8:45 | array creation of type Char* | 0 | csharp73.cs:8:36:8:36 | 1 |
| csharp73.cs:9:20:9:37 | array creation of type Char[] | 0 | csharp73.cs:9:20:9:37 | 1 |
| csharp73.cs:10:20:10:38 | array creation of type Char* | 0 | csharp73.cs:10:36:10:37 | 10 |
| csharp73.cs:11:20:11:31 | array creation of type Char[] | 0 | csharp73.cs:11:29:11:30 | 10 |
| csharp73.cs:20:29:20:47 | array creation of type Span<Byte> | 0 | csharp73.cs:20:45:20:46 | 10 |
| csharp73.cs:22:23:22:33 | array creation of type Int32[] | 0 | csharp73.cs:22:31:22:32 | 10 |
arrayElement
| csharp73.cs:7:20:7:49 | array creation of type Char* | 0 | csharp73.cs:7:40:7:42 | x |
| csharp73.cs:7:20:7:49 | array creation of type Char* | 1 | csharp73.cs:7:45:7:47 | y |
| csharp73.cs:8:20:8:45 | array creation of type Char* | 0 | csharp73.cs:8:41:8:43 | x |
| csharp73.cs:9:20:9:37 | array creation of type Char[] | 0 | csharp73.cs:9:33:9:35 | x |
| csharp73.cs:12:20:12:43 | array creation of type Int32* | 0 | csharp73.cs:12:35:12:35 | 1 |
| csharp73.cs:12:20:12:43 | array creation of type Int32* | 1 | csharp73.cs:12:38:12:38 | 2 |
| csharp73.cs:12:20:12:43 | array creation of type Int32* | 2 | csharp73.cs:12:41:12:41 | 3 |
stackalloc
| csharp73.cs:7:20:7:49 | array creation of type Char* |
| csharp73.cs:8:20:8:45 | array creation of type Char* |
| csharp73.cs:10:20:10:38 | array creation of type Char* |
| csharp73.cs:12:20:12:43 | array creation of type Int32* |
| csharp73.cs:20:29:20:47 | array creation of type Span<Byte> |