Base:
method
VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor<TResult>.VisitLabeledStatement(Microsoft.CodeAnalysis.CSharp.Syntax.LabeledStatementSyntax)
1 override of VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
146
public override SyntaxNode
VisitLabeledStatement
(LabeledStatementSyntax node)
1 reference to VisitLabeledStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
150
return base.
VisitLabeledStatement
(node);