3 writes to _catchKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
11167Me._catchKeyword = catchKeyword 11189Me._catchKeyword = catchKeyword 11210Me._catchKeyword = catchKeyword
6 references to _catchKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
11235Return Me._catchKeyword 11279Return Me._catchKeyword 11294Return new CatchStatementSyntax(Me.Kind, newErrors, GetAnnotations, _catchKeyword, _identifierName, _asClause, _whenClause) 11298Return new CatchStatementSyntax(Me.Kind, GetDiagnostics, annotations, _catchKeyword, _identifierName, _asClause, _whenClause) 31425If node._catchKeyword IsNot newCatchKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
15787return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CatchStatementSyntax)._catchKeyword, Me.Position, 0)