mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
/**
|
|
* @name Test for events
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forall(Event e | exists(e.getAddEventAccessor()) implies exists(e.getRemoveEventAccessor()))
|
|
select 1
|