1 implementation of Run
Microsoft.TemplateEngine.Core (1)
Util\Processor.cs (1)
42public bool Run(Stream source, Stream target, int bufferSize, int flushThreshold)
1 reference to Run
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
286runner.Run(source, target, bufferSize, flushThreshold);