4 references to WalkUpFunctionCallStartRegex
aspire (4)
Projects\DotNetAppHostProject.cs (4)
385
if (
WalkUpFunctionCallStartRegex
().IsMatch(project))
771
if (
WalkUpFunctionCallStartRegex
().IsMatch(project))
1012
if (!
WalkUpFunctionCallStartRegex
().IsMatch(project))
1076
var callMatch =
WalkUpFunctionCallStartRegex
().Match(projectAttributeValue);