Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b937d commit 3aa2501Copy full SHA for 3aa2501
1 file changed
csharp/ql/lib/semmle/code/csharp/exprs/Expr.qll
@@ -710,13 +710,6 @@ class AsExpr extends Cast, @as_expr {
710
override string getAPrimaryQlClass() { result = "AsExpr" }
711
}
712
713
-/**
714
- * Any kind of expression that casts values from one type to another.
715
- *
716
- * For C#, this is only `CastExpr`.
717
- */
718
-class CastingExpr extends CastExpr { }
719
-
720
/**
721
* A cast expression, for example `(string) x`.
722
*/
0 commit comments