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