mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Compare CIL entities directly by handle rather than by label.
C#: Remove IDs from the CIL extractor and make consistent with C# extractor. C#: Fix method collisions.
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
|
||||
if (method.IsVararg)
|
||||
{
|
||||
tb.WriteSeparator(",", index++);
|
||||
tb.WriteSeparator(",", index);
|
||||
tb.Write("__arglist");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user