6 references to Parenthesize
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (2)
151totalPattern = BinaryPattern(SyntaxKind.OrPattern, totalPattern.Parenthesize(), nextPatternPart.Parenthesize());
src\Analyzers\CSharp\CodeFixes\UsePatternCombinators\CSharpUsePatternCombinatorsCodeFixProvider.cs (3)
96AsPatternSyntax(p.Left).Parenthesize(), 99AsPatternSyntax(p.Right).Parenthesize()), 120return UnaryPattern(underlyingPattern.Parenthesize());
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
93PatternSyntax pattern => pattern.Parenthesize(includeElasticTrivia, addSimplifierAnnotation),