Files
codeql/csharp/ql/test/library-tests/cil/regressions/ConstructedMethods.ql

8 lines
185 B
Plaintext

import cil::CIL
from UnboundGenericMethod f, ConstructedMethod fc
where
fc.getUnboundMethod() = f and
f.getQualifiedName() = "Methods.Class1.F"
select f, fc, fc.getTypeArgument(0)