4 writes to _kind
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
146_kind = kind; 161_kind = kind; 176_kind = kind; 191_kind = kind;
5 references to _kind
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
92/// values of the fields depends on the <see cref="_kind"/> of the particular instance. 292if (_kind == Kind.WatchDirectory) 296return _kind == other._kind && _sink == other._sink; 301switch (_kind)