1 implementation of Run
Microsoft.TemplateEngine.Core (1)
Util\Processor.cs (1)
38
public bool
Run
(Stream source, Stream target) => Run(source, target, DefaultBufferSize);
3 references to Run
Microsoft.TemplateEngine.Core (3)
Util\Orchestrator.cs (3)
34
processor.
Run
(stream, ms);
52
processor.
Run
(stream, ms);
276
runner.
Run
(source, target);