4 writes to _catchKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
14134Me._catchKeyword = catchKeyword 14156Me._catchKeyword = catchKeyword 14177Me._catchKeyword = catchKeyword 14199Me._catchKeyword = _catchKeyword
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
Generated\Syntax.xml.Syntax.Generated.vb (1)
15787return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CatchStatementSyntax)._catchKeyword, Me.Position, 0)