7 references to UnwatchFiles
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\FileChangeWatcher.cs (7)
134
/// <see cref="Kind.
UnwatchFiles
"/>.
191
Contract.ThrowIfFalse(kind is Kind.
UnwatchFiles
);
225
=> new(Kind.
UnwatchFiles
, new OneOrMany<Context.RegularWatchedFile>(tokens));
228
=> new(Kind.
UnwatchFiles
, OneOrMany.Create(token));
263
case Kind.
UnwatchFiles
:
281
Kind.
UnwatchFiles
=>
329
case Kind.
UnwatchFiles
: