1 instantiation of Context
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
82
return new
Context
(this, watchedDirectories.ToImmutableArray());
12 references to Context
Microsoft.VisualStudio.LanguageServices (12)
ProjectSystem\FileChangeWatcher.cs (12)
125
/// references an instance held by the <see cref="
Context
"/> class, and the values are lazily read when
131
/// A file watcher token. The <see cref="
Context
.RegularWatchedFile.Cookie"/> field is assigned by the
134
private readonly
Context
.RegularWatchedFile _token;
139
private readonly IEnumerable<
Context
.RegularWatchedFile> _tokens;
172
private WatcherOperation(Kind kind, string path, _VSFILECHANGEFLAGS fileChangeFlags, IVsFreeThreadedFileChangeEvents2 sink,
Context
.RegularWatchedFile token)
204
private WatcherOperation(Kind kind, IEnumerable<
Context
.RegularWatchedFile> tokens)
220
private WatcherOperation(Kind kind,
Context
.RegularWatchedFile token)
255
public static WatcherOperation WatchFile(string path, _VSFILECHANGEFLAGS fileChangeFlags, IVsFreeThreadedFileChangeEvents2 sink,
Context
.RegularWatchedFile token)
261
public static WatcherOperation UnwatchFiles(IEnumerable<
Context
.RegularWatchedFile> tokens)
264
public static WatcherOperation UnwatchFile(
Context
.RegularWatchedFile token)
532
public RegularWatchedFile(
Context
context)
537
private readonly
Context
_context;