3 references to ScanForClosingParenthesis
Microsoft.Build (3)
Evaluation\Expander.cs (3)
859
n =
ScanForClosingParenthesis
(argumentsString, n, out _, out _);
1235
propertyEndIndex =
ScanForClosingParenthesis
(expression, propertyStartIndex + 2, out bool tryExtractPropertyFunction, out bool tryExtractRegistryFunction);
5268
int argumentsEndIndex =
ScanForClosingParenthesis
(expressionFunction, argumentStartIndex, out _, out _);