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