We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eb131 commit 6cf684fCopy full SHA for 6cf684f
csharp/ql/src/semmle/code/csharp/dataflow/SSA.qll
@@ -18,10 +18,7 @@ module Ssa {
18
this instanceof Property
19
}
20
21
- /**
22
- * Holds if this field or any of the fields part of the qualifier
23
- * are volatile.
24
- */
+ /** Holds if this is a volatile field. */
25
predicate isVolatile() { this.(Field).isVolatile() }
26
27
0 commit comments