mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Computing strings and locations for CIL instructions can be quite time consuming. The CIL `toString()`s are not very helpful in path explanations, and their locations are only useful when a PDB source file exists. Therefore, produce a simple constant `toString()`, and restrict locations to those in PDB files.