Files
codeql/csharp
Luke Cartey 480ce39618 C#: Exclude jump-to-def information for elements with too many locations
In databases which include multiple duplicated files, we can get an
explosion of definition locations that can cause this query to produce
too many results for the CodeQL toolchain. This commit restricts the
definitions.ql query to producing definition/uses for definitions with
fewer than 10 locations. This replicates the logic used in the C++
definitions.qll library which faces similar problems.
2021-04-01 11:23:31 +01:00
..
2021-03-17 09:35:57 +01:00
2020-08-18 09:23:38 +02:00
2018-11-07 08:52:38 +01:00