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 f18492e commit ec4d43fCopy full SHA for ec4d43f
csharp/ql/lib/semmle/code/csharp/frameworks/system/runtime/CompilerServices.qll
@@ -30,6 +30,7 @@ class SystemRuntimeCompilerServicesTaskAwaiterStruct extends SystemRuntimeCompil
30
Field getUnderlyingTaskField() { result = this.getAField() and result.hasName("m_task") }
31
}
32
33
+/** Data flow for `System.Runtime.CompilerServices.TaskAwaiter<>`. */
34
private class SystemRuntimeCompilerServicesTaskAwaiterFlowModelCsv extends SummaryModelCsv {
35
override predicate row(string row) {
36
row =
0 commit comments