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