4 references to Parenthesize
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (4)
87=> Parenthesize(expressionOrPattern, includeElasticTrivia, addSimplifierAnnotation); 234=> Parenthesize(pattern); 325return (ExpressionSyntax)Parenthesize(expression); 343: Parenthesize(expression);