1 instantiation of NoOpWatchedFile
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
519public static readonly IWatchedFile Instance = new NoOpWatchedFile();
1 reference to NoOpWatchedFile
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
429return NoOpWatchedFile.Instance;