9 references to Parenthesize
Microsoft.CodeAnalysis.CSharp.Workspaces (9)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3281
=> CSharpSyntaxGeneratorInternal.
Parenthesize
(expression, includeElasticTrivia, addSimplifierAnnotation);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (8)
89
=>
Parenthesize
(expressionOrPattern, includeElasticTrivia, addSimplifierAnnotation);
176
=> SyntaxFactory.BinaryPattern(SyntaxKind.AndPattern, (PatternSyntax)
Parenthesize
(left), (PatternSyntax)
Parenthesize
(right));
199
=> SyntaxFactory.UnaryPattern(NotKeyword, (PatternSyntax)
Parenthesize
(pattern));
202
=> SyntaxFactory.BinaryPattern(SyntaxKind.OrPattern, (PatternSyntax)
Parenthesize
(left), (PatternSyntax)
Parenthesize
(right));
205
=>
Parenthesize
(pattern);
211
=> SyntaxFactory.UnaryPattern(operatorToken, (PatternSyntax)
Parenthesize
(pattern));