5 references to None
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\FileChangeWatcher.cs (5)
143
Contract.ThrowIfFalse(kind is Kind.
None
);
250
public static WatcherOperation Empty => new(Kind.
None
);
280
if (other._kind == Kind.
None
)
285
else if (_kind == Kind.
None
)
332
case Kind.
None
: