Skip to content

Commit 73040bd

Browse files
committed
C#: Use fully qualified name with types instead of label in IR queries.
1 parent 990dec6 commit 73040bd

File tree

4 files changed

+78
-78
lines changed

4 files changed

+78
-78
lines changed

csharp/ql/src/experimental/ir/internal/IRCSharpLanguageDebug.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ private import csharp as CSharp
22

33
class Function = CSharp::Callable;
44

5-
string getIdentityString(Function func) { result = func.getLabel() }
5+
string getIdentityString(Function func) { result = func.getFullyQualifiedNameWithTypes() }

0 commit comments

Comments
 (0)