8 references to WatchDirectory
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
103/// The extension filters to apply for <see cref="Kind.WatchDirectory"/>. This value may be 114/// The instance to receive callback events for <see cref="Kind.WatchDirectory"/> or 120/// The collection holding cookies. For <see cref="Kind.WatchDirectory"/>, the operation will add the 140/// <see cref="Kind.WatchDirectory"/>. 146Contract.ThrowIfFalse(kind is Kind.WatchDirectory); 213=> new(Kind.WatchDirectory, directory, filters, sink, cookies); 293if (_kind == Kind.WatchDirectory) 304case Kind.WatchDirectory: