10 references to WatchFiles
Microsoft.VisualStudio.LanguageServices (10)
ProjectSystem\FileChangeWatcher.cs (10)
108
/// The file change flags to apply for <see cref="Kind.
WatchFiles
"/>.
114
/// <see cref="Kind.
WatchFiles
"/>.
132
/// assigned by the operation for <see cref="Kind.
WatchFiles
"/>, or read by the operation for
138
/// A collection of file paths to subscribe to for <see cref="Kind.
WatchFiles
"/> or
160
Contract.ThrowIfFalse(kind is Kind.
WatchFiles
);
215
=> new(Kind.
WatchFiles
, OneOrMany.Create(path), fileChangeFlags, sink, OneOrMany.Create(token));
218
=> new(Kind.
WatchFiles
, new OneOrMany<string>(files), fileChangeFlags, sink, new OneOrMany<Context.RegularWatchedFile>(tokens));
254
case Kind.
WatchFiles
:
278
Kind.
WatchFiles
=>
314
case Kind.
WatchFiles
: