Implemented interface member:
method
Run
Microsoft.TemplateEngine.Core.Contracts.IProcessor.Run(System.IO.Stream, System.IO.Stream, System.Int32, System.Int32)
1 reference to Run
Microsoft.TemplateEngine.Core (1)
Util\Processor.cs (1)
40public bool Run(Stream source, Stream target, int bufferSize) => Run(source, target, bufferSize, DefaultFlushThreshold);