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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user