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.
1 parent 31b6581 commit 3ede7c1Copy full SHA for 3ede7c1
src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs
@@ -14,7 +14,7 @@ namespace Microsoft.CodeAnalysis.Shared.Extensions
14
{
15
internal partial class ISymbolExtensions2
16
17
- [Obsolete("Use overload without ISymbolDisplayService", error: false)]
+ [Obsolete("Use overload without ISymbolDisplayService")]
18
public static ImmutableArray<TSymbol> Sort<TSymbol>(
19
this ImmutableArray<TSymbol> symbols,
20
ISymbolDisplayService symbolDisplayService,
0 commit comments