1 write to _cache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ClientOptionProviders.cs (1)
37
var lazyOptions = ImmutableInterlocked.GetOrAdd(ref
_cache
, languageServices.Language, _ => new AsyncLazy<TOptions>(GetRemoteOptions, cacheResult: true));