7 instantiations of FileChangeWatcher
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcherProvider.cs (1)
44
Watcher = new
FileChangeWatcher
(listenerProvider, fileChangeService);
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
ProjectSystemShim\VisualStudioRuleSetTests.vb (6)
51
Dim fileChangeWatcher = New
FileChangeWatcher
(workspace.GetService(Of IAsynchronousOperationListenerProvider)(), Task.FromResult(Of IVsAsyncFileChangeEx)(fileChangeService))
95
Dim fileChangeWatcher = New
FileChangeWatcher
(workspace.GetService(Of IAsynchronousOperationListenerProvider)(), Task.FromResult(Of IVsAsyncFileChangeEx)(fileChangeService))
139
Dim fileChangeWatcher = New
FileChangeWatcher
(workspace.GetService(Of IAsynchronousOperationListenerProvider)(), Task.FromResult(Of IVsAsyncFileChangeEx)(fileChangeService))
180
Dim fileChangeWatcher = New
FileChangeWatcher
(workspace.GetService(Of IAsynchronousOperationListenerProvider)(), Task.FromResult(Of IVsAsyncFileChangeEx)(fileChangeService))
229
Dim fileChangeWatcher = New
FileChangeWatcher
(workspace.GetService(Of IAsynchronousOperationListenerProvider)(), Task.FromResult(Of IVsAsyncFileChangeEx)(fileChangeService))
267
Dim fileChangeWatcher = New
FileChangeWatcher
(workspace.GetService(Of IAsynchronousOperationListenerProvider)(), Task.FromResult(Of IVsAsyncFileChangeEx)(fileChangeService))
2 references to FileChangeWatcher
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\FileChangeWatcher.cs (2)
370
private readonly
FileChangeWatcher
_fileChangeWatcher;
389
public Context(
FileChangeWatcher
fileChangeWatcher, ImmutableArray<WatchedDirectory> watchedDirectories)