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