4 references to WalkUpFunctionCallStartRegex
aspire (4)
Projects\DotNetAppHostProject.cs (4)
386if (WalkUpFunctionCallStartRegex().IsMatch(project)) 772if (WalkUpFunctionCallStartRegex().IsMatch(project)) 1013if (!WalkUpFunctionCallStartRegex().IsMatch(project)) 1077var callMatch = WalkUpFunctionCallStartRegex().Match(projectAttributeValue);