8 references to WatchDirectory
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
102/// The extension filters 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 139/// <see cref="Kind.WatchDirectory"/>. 145Contract.ThrowIfFalse(kind is Kind.WatchDirectory); 212=> new(Kind.WatchDirectory, directory, filters, sink, cookies); 292if (_kind == Kind.WatchDirectory) 303case Kind.WatchDirectory: