We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0a456 commit a3c3099Copy full SHA for a3c3099
csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlow.qll
@@ -114,7 +114,7 @@ signature module StateConfigSig {
114
* Holds if data flow through `node` is prohibited when the flow state is
115
* `state`.
116
*/
117
- predicate isBarrier(Node node, FlowState state);
+ default predicate isBarrier(Node node, FlowState state) { none() }
118
119
/** Holds if data flow into `node` is prohibited. */
120
default predicate isBarrierIn(Node node) { none() }
0 commit comments