2 references to OSSpecificPathComparison
dotnet-watch (2)
FileWatcher\FileWatcher.cs (2)
107var alreadyWatched = _directoryTreeWatchers.Any(d => directory.StartsWith(d.Key, PathUtilities.OSSpecificPathComparison)); 129.Where(d => d.Key.StartsWith(directory, PathUtilities.OSSpecificPathComparison))