1 reference to CrackProjectLinePattern
Microsoft.Build (1)
Construction\Solution\SolutionFile.cs (1)
71
private static Regex CrackProjectLineRegex => s_crackProjectLineRegex ??= new Regex(
CrackProjectLinePattern
, RegexOptions.Compiled);