mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Share entity base classes between CIL and source extraction
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
|
||||
protected new Expression TryPopulate()
|
||||
{
|
||||
cx.Try(Syntax, null, () => PopulateExpression(cx.TrapWriter.Writer));
|
||||
Context.Try(Syntax, null, () => PopulateExpression(Context.TrapWriter.Writer));
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user