3 references to s_pathStringComparer
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
36private readonly Dictionary<string, DirectoryNode> _roots = new(s_pathStringComparer); 304public Dictionary<string, DirectoryNode> Children { get; } = new Dictionary<string, DirectoryNode>(s_pathStringComparer);
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (1)
34private readonly Dictionary<string, (int count, IDisposable directoryWatch)> _explicitlyWatchedFiles = new(s_pathStringComparer);