2 references to ScanForClosingParenthesis
Microsoft.Build (2)
Evaluation\Expander.cs (1)
613
n =
ScanForClosingParenthesis
(argumentsSpan, n);
Evaluation\Expander.Function.cs (1)
916
int argumentsEndIndex =
ScanForClosingParenthesis
(expressionFunctionAsSpan, argumentStartIndex);