1 write to _filePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeTracker.cs (1)
59
_filePath
= filePath;
3 references to _filePath
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeTracker.cs (3)
74
get { return
_filePath
; }
115
return await ((IVsAsyncFileChangeEx)_fileChangeService).AdviseFileChangeAsync(
_filePath
, _fileChangeFlags, this, CancellationToken.None).ConfigureAwait(false);
126
_fileChangeService.AdviseFileChange(
_filePath
, (uint)_fileChangeFlags, this, out var newCookie));