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