4 references to DefaultFileChangeFlags
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeTracker.cs (1)
56
public FileChangeTracker(IVsFileChangeEx fileChangeService, string filePath, _VSFILECHANGEFLAGS fileChangeFlags =
DefaultFileChangeFlags
)
ProjectSystem\FileChangeWatcher.cs (3)
428
if ((fileChangeFlags & FileChangeTracker.
DefaultFileChangeFlags
) == 0)
460
if ((fileChangeFlags & FileChangeTracker.
DefaultFileChangeFlags
) == 0)
505
if ((fileChangeFlags & FileChangeTracker.
DefaultFileChangeFlags
) == 0)