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.
TSourceVariable
1 parent 4068cc9 commit 34feafdCopy full SHA for 34feafd
csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImplSpecific.qll
@@ -3,6 +3,7 @@
3
private import csharp
4
private import AssignableDefinitions
5
private import SsaImpl as SsaImpl
6
+private import semmle.code.csharp.dataflow.SSA
7
8
class BasicBlock = ControlFlow::BasicBlock;
9
@@ -12,7 +13,7 @@ BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getASuccessor()
12
13
14
class ExitBasicBlock = ControlFlow::BasicBlocks::ExitBlock;
15
-class SourceVariable = SsaImpl::TSourceVariable;
16
+class SourceVariable = Ssa::SourceVariable;
17
18
predicate variableWrite = SsaImpl::variableWrite/4;
19
0 commit comments