codeql/csharp-all
0.6.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the result of a switch arm, for example true in (false, false) => true.
true
(false, false) => true
Expr getBody ( )