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