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