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