From e0e5319b1105847f1da83c71b47ff53be4cc3478 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Mon, 9 Mar 2026 13:43:38 +0000 Subject: [PATCH] C#: Make corresponding predicate private --- .../lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll index f90910b319e..024e9cf119d 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll @@ -239,7 +239,7 @@ module ModelValidation { ) } - string getIncorrectConstructorSummaryOutput() { + private string getIncorrectConstructorSummaryOutput() { exists(string namespace, string type, string name, string output | type = name or type = name + "<" + any(string s)