We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c018c7 commit 78ff6aeCopy full SHA for 78ff6ae
1 file changed
csharp/ql/lib/semmle/code/csharp/Assignable.qll
@@ -120,7 +120,8 @@ class AssignableRead extends AssignableAccess {
120
private newtype TMutationOperationAssignment =
121
TBuiltInMutationOperation(MutatorOperation mo) or
122
TUserMutatorOperatorCall(MutatorOperatorCall moc) {
123
- not moc instanceof InstanceMutatorOperatorCall
+ any()
124
+ // not moc instanceof InstanceMutatorOperatorCall
125
}
126
127
/**
0 commit comments