File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 28
28
* types can be short names or fully qualified names (mixing these two options
29
29
* is not allowed within a single signature).
30
30
* 6. The `ext` column specifies additional API-graph-like edges. Currently
31
- * there are only two valid values: "" and "Attribute". The empty string has no
32
- * effect. "Attribute" applies if `name` and `signature` were left blank and
33
- * acts by selecting an element that is attributed with the attribute type
34
- * selected by the first 4 columns. This can be another member such as a field,
35
- * property, method, or parameter.
31
+ * there are only a few valid values: "", "Attribute", "Attribute.Getter" and "Attribute.Setter".
32
+ * The empty string has no effect. "Attribute" applies if `name` and `signature` were left blank
33
+ * and acts by selecting an element (except for properties and indexers) that is attributed with
34
+ * the attribute type selected by the first 4 columns. This can be another member such as
35
+ * a field, method, or parameter. "Attribute.Getter" and "Attribute.Setter" work similar to
36
+ * "Attribute", except that they can only be applied to properties and indexers.
37
+ * "Attribute.Setter" selects the setter element of a property/indexer and "Attribute.Getter"
38
+ * selects the getter.
36
39
* 7. The `input` column specifies how data enters the element selected by the
37
40
* first 6 columns, and the `output` column specifies how data leaves the
38
41
* element selected by the first 6 columns. For sinks, an `input` can be either "",
You can’t perform that action at this time.
0 commit comments