TeamCity.CSharpInteractive/ITextReplacer.cs (5 lines of code) (raw):

namespace TeamCity.CSharpInteractive; internal interface ITextReplacer { Stream Replace(Stream source, Func<IEnumerable<string>, IEnumerable<string>> replacer); }