3 references to FindClosingParenthesis
Aspire.Hosting.Java (3)
JavaVersionDetector.cs (3)
516
var closingParenthesis =
FindClosingParenthesis
(script, openingParenthesis);
540
var closingParenthesis =
FindClosingParenthesis
(script, openingParenthesis);
591
var closingParenthesis =
FindClosingParenthesis
(script, openingParenthesis);