8 references to UnwatchFiles
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
137
/// A collection of file watcher tokens to remove for <see cref="Kind.
UnwatchFiles
"/>.
206
Contract.ThrowIfFalse(kind is Kind.
UnwatchFiles
);
262
=> new(Kind.
UnwatchFiles
, tokens);
302
case Kind.UnwatchFile when other._kind == Kind.
UnwatchFiles
:
312
case Kind.
UnwatchFiles
when other._kind == Kind.UnwatchFile:
316
case Kind.
UnwatchFiles
when other._kind == Kind.
UnwatchFiles
:
357
case Kind.
UnwatchFiles
: