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"/>. 206Contract.ThrowIfFalse(kind is Kind.UnwatchFiles); 262=> new(Kind.UnwatchFiles, tokens); 302case Kind.UnwatchFile when other._kind == Kind.UnwatchFiles: 312case Kind.UnwatchFiles when other._kind == Kind.UnwatchFile: 316case Kind.UnwatchFiles when other._kind == Kind.UnwatchFiles: 357case Kind.UnwatchFiles: