4 writes to _throwKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
18293Me._throwKeyword = throwKeyword 18307Me._throwKeyword = throwKeyword 18320Me._throwKeyword = throwKeyword 18334Me._throwKeyword = _throwKeyword
7 references to _throwKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
18347writer.WriteValue(Me._throwKeyword) 18364Return Me._throwKeyword 18383Return Me._throwKeyword 18394Return new ThrowStatementSyntax(Me.Kind, newErrors, GetAnnotations, _throwKeyword, _expression) 18398Return new ThrowStatementSyntax(Me.Kind, GetDiagnostics, annotations, _throwKeyword, _expression) 39828If node._throwKeyword IsNot newThrowKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
19963return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ThrowStatementSyntax)._throwKeyword, Me.Position, 0)