1 write to _fixerToIndex
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
1002
_fixerToIndex
= allFixers.Select((fixer, index) => (fixer, index)).ToDictionary(t => t.fixer, t => t.index);
2 references to _fixerToIndex
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (2)
1021
return
_fixerToIndex
[x] -
_fixerToIndex
[y];