Files
codeql/csharp/ql/test/library-tests/partial/PartialConstructors.ql
2025-10-06 14:02:15 +02:00

6 lines
96 B
Plaintext

import csharp
from Constructor c
where c.getDeclaringType().fromSource()
select c, c.getBody()