3 writes to _throwKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
14427Me._throwKeyword = throwKeyword 14441Me._throwKeyword = throwKeyword 14454Me._throwKeyword = throwKeyword
6 references to _throwKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
14471Return Me._throwKeyword 14490Return Me._throwKeyword 14501Return new ThrowStatementSyntax(Me.Kind, newErrors, GetAnnotations, _throwKeyword, _expression) 14505Return new ThrowStatementSyntax(Me.Kind, GetDiagnostics, annotations, _throwKeyword, _expression) 31900If 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)