8 references to WatchFile
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
97/// The path to subscribe to for <see cref="Kind.WatchDirectory"/> or <see cref="Kind.WatchFile"/>. 108/// The file change flags to apply for <see cref="Kind.WatchFile"/>. 114/// <see cref="Kind.WatchFile"/>. 132/// operation for <see cref="Kind.WatchFile"/>, or read by the operation for <see cref="Kind.UnwatchFile"/>. 174Contract.ThrowIfFalse(kind is Kind.WatchFile); 256=> new(Kind.WatchFile, path, fileChangeFlags, sink, token); 294case Kind.WatchFile: 344case Kind.WatchFile: