2 overrides of Visit
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
92
public override Binder
Visit
(SyntaxNode node)
Syntax\CSharpSyntaxRewriter.cs (1)
34
public override SyntaxNode?
Visit
(SyntaxNode? node)
11 references to Visit
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTreeBuilder.cs (1)
96
return (RootSingleNamespaceDeclaration)builder.
Visit
(syntaxTree.GetRoot());
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\Analyzers\CSharp\Analyzers\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs (3)
215
?
Visit
(nextStatement)
225
return
Visit
(section.Statements[0]);
270
=>
Visit
(node.Expression);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (2)
209
var result =
Visit
(statements[0]);
293
var result =
Visit
(node.Expression);
Microsoft.CodeAnalysis.CSharp.Features (5)
src\Analyzers\CSharp\Analyzers\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionDiagnosticAnalyzer.Analyzer.cs (3)
215
?
Visit
(nextStatement)
225
return
Visit
(section.Statements[0]);
270
=>
Visit
(node.Expression);
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (2)
209
var result =
Visit
(statements[0]);
293
var result =
Visit
(node.Expression);