4 references to FinallyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
14641Return new FinallyStatementSyntax(Me.Kind, newErrors, GetAnnotations, _finallyKeyword) 14645Return new FinallyStatementSyntax(Me.Kind, GetDiagnostics, annotations, _finallyKeyword) 39405Return New FinallyStatementSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newFinallyKeyword)
Generated\Syntax.xml.Syntax.Generated.vb (1)
16183Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.FinallyStatementSyntax(kind, errors, annotations, finallyKeyword), Nothing, 0)