We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2816b3 + 380058a commit fd4eca6Copy full SHA for fd4eca6
csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/WithExpression.cs
@@ -12,9 +12,9 @@ private WithExpression(ExpressionNodeInfo info) : base(info.SetKind(ExprKind.WIT
12
13
protected override void PopulateExpression(TextWriter trapFile)
14
{
15
- Create(cx, Syntax.Expression, this, 0);
+ Create(Context, Syntax.Expression, this, 0);
16
17
- ObjectInitializer.Create(new ExpressionNodeInfo(cx, Syntax.Initializer, this, 1).SetType(Type));
+ ObjectInitializer.Create(new ExpressionNodeInfo(Context, Syntax.Initializer, this, 1).SetType(Type));
18
}
19
20
0 commit comments