3 references to ScanForClosingParenthesis
Microsoft.Build (3)
Evaluation\Expander.cs (1)
638n = ScanForClosingParenthesis(argumentsSpan, n, out _, out _);
Evaluation\Expander.Function.cs (1)
893int argumentsEndIndex = ScanForClosingParenthesis(expressionFunctionAsSpan, argumentStartIndex, out _, out _);
Evaluation\Expander.PropertyExpander.cs (1)
149propertyEndIndex = ScanForClosingParenthesis(expression.AsSpan(), propertyStartIndex + 2, out bool tryExtractPropertyFunction, out bool tryExtractRegistryFunction);