3 references to ScanForClosingParenthesis
Microsoft.Build (3)
Evaluation\Expander.cs (3)
861
n =
ScanForClosingParenthesis
(argumentsSpan, n, out _, out _);
1242
propertyEndIndex =
ScanForClosingParenthesis
(expression.AsSpan(), propertyStartIndex + 2, out bool tryExtractPropertyFunction, out bool tryExtractRegistryFunction);
3994
int argumentsEndIndex =
ScanForClosingParenthesis
(expressionFunctionAsSpan, argumentStartIndex, out _, out _);