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