10 references to WatchFiles
Microsoft.VisualStudio.LanguageServices (10)
ProjectSystem\FileChangeWatcher.cs (10)
109
/// The file change flags to apply for <see cref="Kind.
WatchFiles
"/>.
115
/// <see cref="Kind.
WatchFiles
"/>.
133
/// assigned by the operation for <see cref="Kind.
WatchFiles
"/>, or read by the operation for
139
/// A collection of file paths to subscribe to for <see cref="Kind.
WatchFiles
"/> or
161
Contract.ThrowIfFalse(kind is Kind.
WatchFiles
);
216
=> new(Kind.
WatchFiles
, OneOrMany.Create(path), fileChangeFlags, sink, OneOrMany.Create(token));
219
=> new(Kind.
WatchFiles
, new OneOrMany<string>(files), fileChangeFlags, sink, new OneOrMany<Context.RegularWatchedFile>(tokens));
255
case Kind.
WatchFiles
:
279
Kind.
WatchFiles
=>
315
case Kind.
WatchFiles
: