1 override of VisitRefValueExpression
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Main.Generated.cs (1)
1626
public override SyntaxNode?
VisitRefValueExpression
(RefValueExpressionSyntax node)
1 reference to VisitRefValueExpression
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
2233
public override TResult? Accept<TResult>(CSharpSyntaxVisitor<TResult> visitor) where TResult : default => visitor.
VisitRefValueExpression
(this);