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.
1 parent c13d83c commit 5bdfcc8Copy full SHA for 5bdfcc8
csharp/ql/lib/semmle/code/dotnet/Variable.qll
@@ -20,7 +20,7 @@ class Parameter extends Variable, @dotnet_parameter {
20
/** Gets the position of this parameter, excluding the `this` parameter. */
21
int getPosition() { this = this.getDeclaringElement().getParameter(result) }
22
23
- /** Gets the callable defining this parameter. */
+ /** Gets the callable defining this parameter, if any. */
24
Callable getCallable() { result = this.getDeclaringElement() }
25
26
/** Gets the declaring `Parameterizable`. */
0 commit comments