2 implementations of WatchFileChanges
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (1)
692public IDisposable WatchFileChanges(string filePath, FileSystemEventHandler fileChanged)
PhysicalFileSystem.cs (1)
126public IDisposable WatchFileChanges(string filePath, FileSystemEventHandler fileChanged)
1 reference to WatchFileChanges
Microsoft.TemplateEngine.Edge (1)
BuiltInManagedProvider\GlobalSettings.cs (1)
158return _environmentSettings.Host.FileSystem.WatchFileChanges(_globalSettingsFile, FileChanged);