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