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