6 writes to _kind
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\FileChangeWatcher.cs (6)
144_kind = kind; 159_kind = kind; 175_kind = kind; 191_kind = kind; 207_kind = kind; 223_kind = kind;
10 references to _kind
Microsoft.VisualStudio.LanguageServices (10)
ProjectSystem\FileChangeWatcher.cs (10)
87/// values of the fields depends on the <see cref="_kind"/> of the particular instance. 280if (other._kind == Kind.None) 285else if (_kind == Kind.None) 291switch (_kind) 298case Kind.UnwatchFile when other._kind == Kind.UnwatchFile: 302case Kind.UnwatchFile when other._kind == Kind.UnwatchFiles: 306case Kind.UnwatchDirectories when other._kind == Kind.UnwatchDirectories: 312case Kind.UnwatchFiles when other._kind == Kind.UnwatchFile: 316case Kind.UnwatchFiles when other._kind == Kind.UnwatchFiles: 330switch (_kind)