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 7015a0a commit e171c8aCopy full SHA for e171c8a
csharp/ql/lib/semmle/code/csharp/Type.qll
@@ -1214,6 +1214,8 @@ class ArglistType extends Type, @arglist_type {
1214
class UnknownType extends Type, @unknown_type {
1215
/** Holds if this is the canonical unknown type, and not a type that failed to extract properly. */
1216
predicate isCanonical() { types(this, _, "<unknown type>") }
1217
+
1218
+ override string getAPrimaryQlClass() { result = "UnknownType" }
1219
}
1220
1221
/**
0 commit comments