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