1 write to _cache
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\ViewCodeCommandHandler.FileExistsHelper.cs (1)
27_cache = new(PathUtilities.OSSpecificPathComparer);
2 references to _cache
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\ViewCodeCommandHandler.FileExistsHelper.cs (2)
35if (!_cache.TryGetValue(filePath, out var value) || CachedValueExpired(currentMilliseconds, value.Milliseconds)) 39_cache[filePath] = value;