2 references to CommentLineRegex
Aspire.Workload.Tests (2)
WorkloadTestsBase.cs (2)
122if (inTest && CommentLineRegex().IsMatch(line)) 124sb.AppendLine(CommentLineRegex().Replace(line, " "));