Implemented interface member:
property
FileSystem
Microsoft.TemplateEngine.Abstractions.ITemplateEngineHost.FileSystem
2 writes to FileSystem
Microsoft.TemplateEngine.Edge (2)
DefaultTemplateEngineHost.cs (2)
29FileSystem = new PhysicalFileSystem(); 74FileSystem = new InMemoryFileSystem(path, FileSystem);
4 references to FileSystem
Microsoft.TemplateEngine.Cli (3)
CliTemplateEngineHost.cs (3)
42string workingPath = FileSystem.GetCurrentDirectory(); 61found = FileSystem.FileExists(checkPath); 66if (string.IsNullOrWhiteSpace(workingPath) || !FileSystem.DirectoryExists(workingPath))
Microsoft.TemplateEngine.Edge (1)
DefaultTemplateEngineHost.cs (1)
74FileSystem = new InMemoryFileSystem(path, FileSystem);