Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
LipatovAlexander committed Jul 10, 2024
1 parent 79ce5c5 commit 76134c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void AnalyzeModel(SemanticModel model, out ICollection<Diagnostic> foundP
continue;
}

var diagnostic = CreateDiagnosticForLocation(invocationExpression.Expression.GetLocation());
var diagnostic = CreateDiagnosticForLocation(invocationExpression.GetLocation());
foundProblems.Add(diagnostic);
}
}
Expand Down

0 comments on commit 76134c9

Please sign in to comment.