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 6b937a9 commit 7c11e2dCopy full SHA for 7c11e2d
csharp/ql/consistency-queries/PrimaryQlClass.ql
@@ -0,0 +1,6 @@
1
+import csharp
2
+
3
+query predicate missingPrimaryQlClass(Element e) {
4
+ e.getAPrimaryQlClass() = "???" and
5
+ e.fromSource()
6
+}
0 commit comments