3 references to FindClosingBrace
Aspire.Hosting.Java (3)
JavaVersionDetector.cs (3)
556
var closingBrace =
FindClosingBrace
(script, openingBrace, script.Text.Length);
701
var closingBrace =
FindClosingBrace
(script, openingBrace, end);
741
var closingBrace =
FindClosingBrace
(script, openingBrace, end);