mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
10 lines
146 B
Plaintext
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
|