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

13 lines
720 B
Plaintext

| CSharp7.cs:49:22:49:23 | String t1 | write |
| CSharp7.cs:50:19:50:20 | String t2 | write |
| CSharp7.cs:51:13:51:14 | access to local variable t3 | write |
| CSharp7.cs:51:18:51:19 | access to local variable t1 | read |
| CSharp7.cs:52:15:52:16 | access to local variable t1 | write |
| CSharp7.cs:53:9:53:10 | access to local variable t3 | write |
| CSharp7.cs:53:14:53:15 | access to local variable t1 | read |
| CSharp7.cs:54:9:54:10 | access to local variable t3 | write |
| CSharp7.cs:54:14:54:15 | access to local variable t2 | read |
| CSharp7.cs:55:30:55:31 | String t4 | write |
| CSharp7.cs:56:13:56:14 | access to local variable t5 | write |
| CSharp7.cs:56:18:56:19 | access to local variable t4 | read |