7 references to 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))