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:
Calum Grant
2019-08-13 18:50:25 +01:00
parent 685c494bcb
commit b500a02b1e
34 changed files with 878 additions and 642 deletions

View File

@@ -235,7 +235,7 @@ namespace Semmle.Extraction.CSharp.Entities
if (method.IsVararg)
{
tb.WriteSeparator(",", index++);
tb.WriteSeparator(",", index);
tb.Write("__arglist");
}