4 writes to _kind
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
147_kind = kind; 162_kind = kind; 177_kind = kind; 192_kind = kind;
5 references to _kind
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
93/// values of the fields depends on the <see cref="_kind"/> of the particular instance. 293if (_kind == Kind.WatchDirectory) 297return _kind == other._kind && _sink == other._sink; 302switch (_kind)