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)
463if ((fileChangeFlags & FileChangeTracker.DefaultFileChangeFlags) == 0) 495if ((fileChangeFlags & FileChangeTracker.DefaultFileChangeFlags) == 0) 557if ((fileChangeFlags & FileChangeTracker.DefaultFileChangeFlags) == 0)