Files
codeql/csharp/ql/lib/semmle/code/dotnet/DotNet.qll
Andrew Eisenberg c9f1c98390 Packaging: C# refactoring
Split c# pack into `codeql/csharp-all` and `codeql/csharp-queries`.
2021-08-19 14:09:35 -07:00

14 lines
218 B
Plaintext

/**
* Provides a common model for all .Net languages, including C# and CIL.
*/
import Element
import Namespace
import Declaration
import Generics
import Type
import Variable
import Callable
import Expr
import Utils