1 write to _fileSystem
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
21_fileSystem = fileSystem;
9 references to _fileSystem
Microsoft.TemplateEngine.Core (9)
Util\Orchestrator.cs (9)
27using (Stream stream = _fileSystem.OpenRead(runSpecPath)) 45using (Stream stream = _fileSystem.OpenRead(runSpecPath)) 177if (_fileSystem.DirectoryExists(targetPath)) 186else if (_fileSystem.FileExists(targetPath)) 248CreateTargetDir(_fileSystem, sourceRel, targetDir, spec); 256string targetPath = CreateTargetDir(_fileSystem, sourceRel, targetDir, spec); 259using Stream targetStream = _fileSystem.CreateFile(targetPath); 285_fileSystem.CreateDirectory(fullTargetDir); 290using Stream target = _fileSystem.CreateFile(targetPath);