4 references to CatchFilterClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
14419
Return new
CatchFilterClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _whenKeyword, _filter)
14423
Return new
CatchFilterClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _whenKeyword, _filter)
39377
Return New
CatchFilterClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newWhenKeyword, newFilter)
Generated\Syntax.xml.Syntax.Generated.vb (1)
15950
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
CatchFilterClauseSyntax
(kind, errors, annotations, whenKeyword, DirectCast(filter.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)