Base:
method
VisitReturnStatement
Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult>.VisitReturnStatement(Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax)
1 override of VisitReturnStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\CSharpSimplificationService.Expander.cs (1)
131public override SyntaxNode VisitReturnStatement(ReturnStatementSyntax node)
1 reference to VisitReturnStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\CSharpSimplificationService.Expander.cs (1)
133var newNode = base.VisitReturnStatement(node);