4 references to DefaultFileChangeFlags
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeTracker.cs (1)
55
public FileChangeTracker(IVsFileChangeEx fileChangeService, string filePath, _VSFILECHANGEFLAGS fileChangeFlags =
DefaultFileChangeFlags
)
ProjectSystem\FileChangeWatcher.cs (3)
427
if ((fileChangeFlags & FileChangeTracker.
DefaultFileChangeFlags
) == 0)
459
if ((fileChangeFlags & FileChangeTracker.
DefaultFileChangeFlags
) == 0)
504
if ((fileChangeFlags & FileChangeTracker.
DefaultFileChangeFlags
) == 0)