Base:
method
VisitParenthesizedPattern
Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult>.VisitParenthesizedPattern(Microsoft.CodeAnalysis.CSharp.Syntax.ParenthesizedPatternSyntax)
1 override of VisitParenthesizedPattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedPatternReducer.Rewriter.cs (1)
21
public override SyntaxNode
VisitParenthesizedPattern
(ParenthesizedPatternSyntax node)
1 reference to VisitParenthesizedPattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedPatternReducer.Rewriter.cs (1)
25
newNode: base.
VisitParenthesizedPattern
(node),