mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Address review comments. Tidy up tuple generation, consolidating code and use run-time type information instead of FirstParam/NextParam.
This commit is contained in:
@@ -191,7 +191,7 @@ namespace Semmle.Extraction.Tests
|
||||
Content = content;
|
||||
}
|
||||
|
||||
public void EmitToTrapBuilder(TextWriter trapFile)
|
||||
public void EmitTrap(TextWriter trapFile)
|
||||
{
|
||||
trapFile.Write(Content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user