Internal\Synthesis\SSmlParser.cs (3)
1532if ((start = NextChar(achContour, start, '(', false, out ignored)) < 0)
1538int comma = NextChar(achContour, start, ',', true, out percent);
1539int parenthesis = NextChar(achContour, comma, ')', true, out ignored);