8 references to WatchDirectory
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
97/// The path to subscribe to for <see cref="Kind.WatchDirectory"/> or <see cref="Kind.WatchFile"/>. 102/// The extension filter to apply for <see cref="Kind.WatchDirectory"/>. This value may be 113/// The instance to receive callback events for <see cref="Kind.WatchDirectory"/> or 119/// The collection holding cookies. For <see cref="Kind.WatchDirectory"/>, the operation will add the 158Contract.ThrowIfFalse(kind is Kind.WatchDirectory); 253=> new(Kind.WatchDirectory, directory, filter, sink, cookies); 293case Kind.WatchDirectory: 335case Kind.WatchDirectory: