Files
codeql/csharp/ql/test/library-tests/properties/Properties17.ql
2018-12-20 10:19:59 +01:00

10 lines
146 B
Plaintext

/**
* @name Test that there are no backing fields
*/
import csharp
from Field f
where f.fromSource()
select f.getName() as name order by name