3 writes to returnOrBreakKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to returnOrBreakKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12102public SyntaxToken ReturnOrBreakKeyword => this.returnOrBreakKeyword;
121112 => this.returnOrBreakKeyword,
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);