Files
codeql/csharp/ql/test/library-tests/members/GetLabel.ql
2019-03-04 13:21:10 +01:00

6 lines
91 B
Plaintext

import dotnet::DotNet
from NamedElement ne
where ne.fromSource()
select ne, ne.getLabel()