Files
codeql/csharp/ql/test/library-tests/csharp7.2/RefReadonlyDelegate.ql
2019-06-26 20:24:55 +01:00

8 lines
124 B
Plaintext

import csharp
from DelegateType del
where
del.fromSource() and
del.getAnnotatedReturnType().isReadonlyRef()
select del