4 references to TryStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
13976Return new TryStatementSyntax(Me.Kind, newErrors, GetAnnotations, _tryKeyword) 13980Return new TryStatementSyntax(Me.Kind, GetDiagnostics, annotations, _tryKeyword) 39328Return New TryStatementSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newTryKeyword)
Generated\Syntax.xml.Syntax.Generated.vb (1)
15568Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryStatementSyntax(kind, errors, annotations, tryKeyword), Nothing, 0)