in eng/update-dependencies/CustomFileRegexUpdater.cs [16:20]
public CustomFileRegexUpdater(string replacementValue, string buildInfoName)
{
this.replacementValue = replacementValue;
this.buildInfoName = buildInfoName;
}