We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
System.Console
stdin
1 parent 157d0b7 commit 7395223Copy full SHA for 7395223
csharp/ql/lib/ext/System.model.yml
@@ -3,9 +3,9 @@ extensions:
3
pack: codeql/csharp-all
4
extensible: sourceModel
5
data:
6
- - ["System", "Console", False, "Read", "", "", "ReturnValue", "local", "manual"]
7
- - ["System", "Console", False, "ReadKey", "", "", "ReturnValue", "local", "manual"]
8
- - ["System", "Console", False, "ReadLine", "", "", "ReturnValue", "local", "manual"]
+ - ["System", "Console", False, "Read", "", "", "ReturnValue", "stdin", "manual"]
+ - ["System", "Console", False, "ReadKey", "", "", "ReturnValue", "stdin", "manual"]
+ - ["System", "Console", False, "ReadLine", "", "", "ReturnValue", "stdin", "manual"]
9
- ["System", "Environment", False, "ExpandEnvironmentVariables", "(System.String)", "", "ReturnValue", "environment", "manual"]
10
- ["System", "Environment", False, "GetCommandLineArgs", "()", "", "ReturnValue", "commandargs", "manual"]
11
- ["System", "Environment", False, "get_CommandLine", "()", "", "ReturnValue", "commandargs", "manual"]
0 commit comments