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.
292
if (
_kind
== Kind.WatchDirectory)
296
return
_kind
== other.
_kind
&& _sink == other._sink;
301
switch (
_kind
)