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