3 writes to throwKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11930
this.
throwKeyword
= throwKeyword;
11951
this.
throwKeyword
= throwKeyword;
11971
this.
throwKeyword
= throwKeyword;
5 references to throwKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11982
public SyntaxToken ThrowKeyword => this.
throwKeyword
;
11990
1 => this.
throwKeyword
,
12019
=> new ThrowStatementSyntax(this.Kind, this.attributeLists, this.
throwKeyword
, this.expression, this.semicolonToken, diagnostics, GetAnnotations());
12022
=> new ThrowStatementSyntax(this.Kind, this.attributeLists, this.
throwKeyword
, this.expression, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7432
public SyntaxToken ThrowKeyword => new SyntaxToken(this, ((InternalSyntax.ThrowStatementSyntax)this.Green).
throwKeyword
, GetChildPosition(1), GetChildIndex(1));