3 references to _assemblyUpdatedTimesUtc
Microsoft.VisualStudio.LanguageServices (3)
AnalyzerDependency\AnalyzerFileWatcherService.cs (3)
105if (_assemblyUpdatedTimesUtc.TryGetValue(filePath, out var assemblyUpdatedTime)) 119_assemblyUpdatedTimesUtc.Remove(filePath); 133_assemblyUpdatedTimesUtc[filePath] = currentFileUpdateTime.Value;