4 writes to _catchKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _catchKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
14222writer.WriteValue(Me._catchKeyword)
14241Return Me._catchKeyword
14285Return Me._catchKeyword
14300Return new CatchStatementSyntax(Me.Kind, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause, _whenClause)
14304Return new CatchStatementSyntax(Me.Kind, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause, _whenClause)
39353If node._catchKeyword IsNot newCatchKeyword Then anyChanges = True