mirror of
https://github.com/hohn/codeql-intro-csharp.git
synced 2025-12-15 18:23:04 +01:00
link to auto-generated ast table
This commit is contained in:
committed by
=Michael Hohn
parent
14a994c83b
commit
f18cc78223
@@ -261,6 +261,9 @@
|
||||
configuration/.
|
||||
|
||||
** Develop the query bottom-up
|
||||
The main codeql library for csharp documentation is [[https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-csharp/][online]]. A table mapping C#
|
||||
syntax to CodeQL classes, autogenerated from those docs, is [[https://htmlpreview.github.io/?https://github.com/hohn/codeql-intro-csharp/blob/master/ast-table.html][here.]]
|
||||
|
||||
1. Identify the /source/ part of the
|
||||
: Console.ReadLine()?.Trim() ?? string.Empty;
|
||||
expression, the =Console.ReadLine()= call.
|
||||
|
||||
Reference in New Issue
Block a user