2 references to CommentLineRegex
Aspire.Workload.Tests (2)
PerTestFrameworkTemplatesTests.cs (2)
144if (inTest && CommentLineRegex().IsMatch(line)) 146sb.AppendLine(CommentLineRegex().Replace(line, " "));