C#: Code tidy. Rename variables, delete dead code, format whitespace, improve comments.

This commit is contained in:
Calum Grant
2019-08-23 14:31:30 +01:00
parent b3d5e405a6
commit 40f56ff4b3
29 changed files with 359 additions and 306 deletions

View File

@@ -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
{