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.
280
if (other.
_kind
== Kind.None)
285
else if (
_kind
== Kind.None)
291
switch (
_kind
)
298
case Kind.UnwatchFile when other.
_kind
== Kind.UnwatchFile:
302
case Kind.UnwatchFile when other.
_kind
== Kind.UnwatchFiles:
306
case Kind.UnwatchDirectories when other.
_kind
== Kind.UnwatchDirectories:
312
case Kind.UnwatchFiles when other.
_kind
== Kind.UnwatchFile:
316
case Kind.UnwatchFiles when other.
_kind
== Kind.UnwatchFiles:
330
switch (
_kind
)