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.
293
if (
_kind
== Kind.WatchDirectory)
297
return
_kind
== other.
_kind
&& _sink == other._sink;
302
switch (
_kind
)