Skip to content

Commit af00e64

Browse files
authored
Fix incorrect doc comment
1 parent 2208884 commit af00e64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NetAnalyzers/CSharp/Microsoft.NetCore.Analyzers/Performance/CSharpDoNotUseCountWhenAnyCanBeUsed.Fixer.cs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public sealed class CSharpDoNotUseCountWhenAnyCanBeUsedFixer : DoNotUseCountWhen
2626
/// <param name="expression">If this method returns <see langword="true" />, contains the expression to be used to invoke <c>Any</c>.</param>
2727
/// <param name="arguments">If this method returns <see langword="true" />, contains the arguments from <c>Any</c> to be used on <c>Count</c>.</param>
2828
/// <returns><see langword="true" /> if a fixer was found., <see langword="false" /> otherwise.</returns>
29-
/// <exception cref="System.NotImplementedException"></exception>
3029
protected override bool TryGetFixer(
3130
SyntaxNode node,
3231
string operation,

0 commit comments

Comments
 (0)