5 references to None
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
143Contract.ThrowIfFalse(kind is Kind.None); 250public static WatcherOperation Empty => new(Kind.None); 280if (other._kind == Kind.None) 285else if (_kind == Kind.None) 332case Kind.None: