1 write to _fileChangeFlags
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeTracker.cs (1)
60_fileChangeFlags = fileChangeFlags;
2 references to _fileChangeFlags
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\FileChangeTracker.cs (2)
115return await ((IVsAsyncFileChangeEx)_fileChangeService).AdviseFileChangeAsync(_filePath, _fileChangeFlags, this, CancellationToken.None).ConfigureAwait(false); 126_fileChangeService.AdviseFileChange(_filePath, (uint)_fileChangeFlags, this, out var newCookie));