C#: Add missing dataflow comment in CompilerServices.

This commit is contained in:
Michael Nebel
2021-12-16 13:05:52 +01:00
parent f18492e39b
commit ec4d43fed2

View File

@@ -30,6 +30,7 @@ class SystemRuntimeCompilerServicesTaskAwaiterStruct extends SystemRuntimeCompil
Field getUnderlyingTaskField() { result = this.getAField() and result.hasName("m_task") }
}
/** Data flow for `System.Runtime.CompilerServices.TaskAwaiter<>`. */
private class SystemRuntimeCompilerServicesTaskAwaiterFlowModelCsv extends SummaryModelCsv {
override predicate row(string row) {
row =