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

@@ -106,7 +106,7 @@ namespace Semmle.Extraction
class IdTrapBuilder
{
readonly public List<string> Fragments = new List<string>();
public readonly List<string> Fragments = new List<string>();
public void Append(object arg)
{