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)
33if (!_cache.TryGetValue(document, out var lazyContext)) 46return self._cache.GetOrAdd(document, d => AsyncLazy.Create(static (arg, cancellationToken)