7 references to UnwatchFiles
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\FileChangeWatcher.cs (7)
133
/// <see cref="Kind.
UnwatchFiles
"/>.
190
Contract.ThrowIfFalse(kind is Kind.
UnwatchFiles
);
224
=> new(Kind.
UnwatchFiles
, new OneOrMany<Context.RegularWatchedFile>(tokens));
227
=> new(Kind.
UnwatchFiles
, OneOrMany.Create(token));
262
case Kind.
UnwatchFiles
:
280
Kind.
UnwatchFiles
=>
328
case Kind.
UnwatchFiles
: