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