1 reference to _equivalenceKey
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\UseCollectionExpression\AbstractUseCollectionExpressionCodeFixProvider.cs (1)
24
return changesSemantics ? (_titleChangesSemantics, _equivalenceKeyChangesSemantics) : (_title,
_equivalenceKey
);