2 writes to _fixerToFixableIdsMap
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (2)
834
() => ImmutableInterlocked.GetOrAdd(ref
_fixerToFixableIdsMap
, fixer, f => GetAndTestFixableDiagnosticIds(f)),
840
return ImmutableInterlocked.GetOrAdd(ref
_fixerToFixableIdsMap
, fixer, f => GetAndTestFixableDiagnosticIds(f));