2 references to _equivalenceKeyChangesSemantics
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\UseCollectionExpression\AbstractUseCollectionExpressionCodeFixProvider.cs (2)
24
return changesSemantics ? (_titleChangesSemantics,
_equivalenceKeyChangesSemantics
) : (_title, _equivalenceKey);
35
if (equivalenceKey ==
_equivalenceKeyChangesSemantics
)