Skip to content

Commit

Permalink
missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
annelo-msft committed Aug 11, 2023
1 parent 2a7c508 commit bc5bc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public override void Analyze(ISymbolAnalysisContext context)
Debug.WriteLine($"done");
}

public override void AnalyzeNode(SyntaxNodeAnalysisContext context)
public void AnalyzeNode(SyntaxNodeAnalysisContext context)
{
Debug.WriteLine($"{context.Node}");

Expand Down

0 comments on commit bc5bc51

Please sign in to comment.