8 references to WatchDirectory
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\FileChangeWatcher.cs (8)
103
/// The extension filters to apply for <see cref="Kind.
WatchDirectory
"/>. This value may be
114
/// The instance to receive callback events for <see cref="Kind.
WatchDirectory
"/> or
120
/// The collection holding cookies. For <see cref="Kind.
WatchDirectory
"/>, the operation will add the
140
/// <see cref="Kind.
WatchDirectory
"/>.
146
Contract.ThrowIfFalse(kind is Kind.
WatchDirectory
);
213
=> new(Kind.
WatchDirectory
, directory, filters, sink, cookies);
293
if (_kind == Kind.
WatchDirectory
)
304
case Kind.
WatchDirectory
: