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