3 writes to throwKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8279
this.
throwKeyword
= throwKeyword;
8290
this.
throwKeyword
= throwKeyword;
8300
this.
throwKeyword
= throwKeyword;
5 references to throwKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8305
public SyntaxToken ThrowKeyword => this.
throwKeyword
;
8311
0 => this.
throwKeyword
,
8339
=> new ThrowExpressionSyntax(this.Kind, this.
throwKeyword
, this.expression, diagnostics, GetAnnotations());
8342
=> new ThrowExpressionSyntax(this.Kind, this.
throwKeyword
, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
5218
public SyntaxToken ThrowKeyword => new SyntaxToken(this, ((InternalSyntax.ThrowExpressionSyntax)this.Green).
throwKeyword
, Position, 0);