1 reference to CrackPropertyLinePattern
Microsoft.Build (1)
Construction\Solution\SolutionFile.cs (1)
73
private static Regex CrackPropertyLineRegex => s_crackPropertyLineRegex ??= new Regex(
CrackPropertyLinePattern
, RegexOptions.Compiled);