1 write to _fileChangeService
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeTracker.cs (1)
58_fileChangeService = fileChangeService;
3 references to _fileChangeService
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeTracker.cs (3)
115return await ((IVsAsyncFileChangeEx)_fileChangeService).AdviseFileChangeAsync(_filePath, _fileChangeFlags, this, CancellationToken.None).ConfigureAwait(false); 126_fileChangeService.AdviseFileChange(_filePath, (uint)_fileChangeFlags, this, out var newCookie)); 179_fileChangeService.UnadviseFileChange(fileChangeCookie.Value));