2 references to IsNextExpressionPotentiallyAmbiguous
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
ParenthesizedExpressionSyntaxExtensions.cs (2)
563
if (
IsNextExpressionPotentiallyAmbiguous
(binaryExpression))
591
return
IsNextExpressionPotentiallyAmbiguous
(node);