4 references to ElseCaseClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
15942Return new ElseCaseClauseSyntax(Me.Kind, newErrors, GetAnnotations, _elseKeyword) 15946Return new ElseCaseClauseSyntax(Me.Kind, GetDiagnostics, annotations, _elseKeyword) 39552Return New ElseCaseClauseSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newElseKeyword)
Generated\Syntax.xml.Syntax.Generated.vb (1)
17396Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ElseCaseClauseSyntax(kind, errors, annotations, elseKeyword), Nothing, 0)