4 references to Parenthesize
Roslyn.Diagnostics.CSharp.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (4)
98=> Parenthesize(expressionOrPattern, includeElasticTrivia, addSimplifierAnnotation); 245=> Parenthesize(pattern); 336return (ExpressionSyntax)Parenthesize(expression); 354: Parenthesize(expression);