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 4886bb1 commit c720fb2Copy full SHA for c720fb2
csharp/ql/test/query-tests/Telemetry/SupportedExternalApis/SupportedExternalApis.cs
@@ -45,4 +45,9 @@ public void M5()
45
Console.SetError(Console.Out); // Has no flow summary, supported as neutral summary model
46
var x = Console.Read(); // Known source
47
}
48
+
49
+ public void M6()
50
+ {
51
+ var html = new HtmlString("html"); // Supported HtmlSink defined in QL.
52
+ }
53
0 commit comments