3 writes to yieldKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12043
this.
yieldKeyword
= yieldKeyword;
12066
this.
yieldKeyword
= yieldKeyword;
12088
this.
yieldKeyword
= yieldKeyword;
5 references to yieldKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12101
public SyntaxToken YieldKeyword => this.
yieldKeyword
;
12110
1 => this.
yieldKeyword
,
12140
=> new YieldStatementSyntax(this.Kind, this.attributeLists, this.
yieldKeyword
, this.returnOrBreakKeyword, this.expression, this.semicolonToken, diagnostics, GetAnnotations());
12143
=> new YieldStatementSyntax(this.Kind, this.attributeLists, this.
yieldKeyword
, this.returnOrBreakKeyword, this.expression, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7498
public SyntaxToken YieldKeyword => new SyntaxToken(this, ((InternalSyntax.YieldStatementSyntax)this.Green).
yieldKeyword
, GetChildPosition(1), GetChildIndex(1));