mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
C#: Code tidy. Rename variables, delete dead code, format whitespace, improve comments.
This commit is contained in:
@@ -39,7 +39,10 @@ namespace Semmle.Extraction
|
||||
cx.Try(null, null, () => Populate(cx.TrapWriter.Writer));
|
||||
}
|
||||
|
||||
public string DebugTuples
|
||||
/// <summary>
|
||||
/// For debugging.
|
||||
/// </summary>
|
||||
public string DebugContents
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user