8 references to UnwatchFile
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
132
/// operation for <see cref="Kind.WatchFile"/>, or read by the operation for <see cref="Kind.
UnwatchFile
"/>.
222
Contract.ThrowIfFalse(kind is Kind.
UnwatchFile
);
265
=> new(Kind.
UnwatchFile
, token);
298
case Kind.
UnwatchFile
when other._kind == Kind.
UnwatchFile
:
302
case Kind.
UnwatchFile
when other._kind == Kind.UnwatchFiles:
312
case Kind.UnwatchFiles when other._kind == Kind.
UnwatchFile
:
348
case Kind.
UnwatchFile
: