TeamCity.CSharpInteractive/IScriptContentReplacer.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface IScriptContentReplacer { IEnumerable<string> Replace(IEnumerable<string> lines); }