Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DataFlow::Node::getEnclosingCallable()
1 parent 41a4807 commit 344466aCopy full SHA for 344466a
1 file changed
csharp/ql/src/semmle/code/csharp/dataflow/DataFlow.qll
@@ -28,6 +28,7 @@ module DataFlow {
28
DotNet::Type getType() { none() }
29
30
/** Gets the enclosing callable of this node. */
31
+ cached
32
DotNet::Callable getEnclosingCallable() { none() }
33
34
/** Gets a textual representation of this node. */
0 commit comments