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