mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Refactoring expression and statement population.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Microsoft.CodeAnalysis.CSharp.Syntax;
|
||||
using Semmle.Extraction.CSharp.Entities.Expressions;
|
||||
using Semmle.Extraction.Kinds;
|
||||
using System.IO;
|
||||
|
||||
namespace Semmle.Extraction.CSharp.Entities.Statements
|
||||
{
|
||||
@@ -16,7 +17,7 @@ namespace Semmle.Extraction.CSharp.Entities.Statements
|
||||
return ret;
|
||||
}
|
||||
|
||||
protected override void Populate()
|
||||
protected override void PopulateStatement(TextWriter trapFile)
|
||||
{
|
||||
int child = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user