1 write to _cache
Microsoft.CodeAnalysis.Features (1)
Completion\SharedSyntaxContextsWithSpeculativeModel.cs (1)
27
_cache
= [];
2 references to _cache
Microsoft.CodeAnalysis.Features (2)
Completion\SharedSyntaxContextsWithSpeculativeModel.cs (2)
33
if (!
_cache
.TryGetValue(document, out var lazyContext))
46
return self.
_cache
.GetOrAdd(document, d => AsyncLazy.Create(static (arg, cancellationToken)