Files
codeql/csharp/ql/test/library-tests/frameworks/NHibernate/SqlExprs.ql
2021-06-23 13:55:19 +02:00

7 lines
151 B
Plaintext

import csharp
import semmle.code.csharp.frameworks.Sql
from SqlExpr e
where not e.getFile().getAbsolutePath().matches("%/resources/stubs/%")
select e