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)) 160if (_fileSystem.DirectoryExists(targetPath)) 169else if (_fileSystem.FileExists(targetPath)) 231CreateTargetDir(_fileSystem, sourceRel, targetDir, spec); 239string targetPath = CreateTargetDir(_fileSystem, sourceRel, targetDir, spec); 242using Stream targetStream = _fileSystem.CreateFile(targetPath); 268_fileSystem.CreateDirectory(fullTargetDir); 273using Stream target = _fileSystem.CreateFile(targetPath);