Skip to content

Commit 3ede7c1

Browse files
Obsolete.
1 parent 31b6581 commit 3ede7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions
1414
{
1515
internal partial class ISymbolExtensions2
1616
{
17-
[Obsolete("Use overload without ISymbolDisplayService", error: false)]
17+
[Obsolete("Use overload without ISymbolDisplayService")]
1818
public static ImmutableArray<TSymbol> Sort<TSymbol>(
1919
this ImmutableArray<TSymbol> symbols,
2020
ISymbolDisplayService symbolDisplayService,

0 commit comments

Comments
 (0)