3 writes to caseOrDefaultKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to caseOrDefaultKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11527public SyntaxToken? CaseOrDefaultKeyword => this.caseOrDefaultKeyword;
115422 => this.caseOrDefaultKeyword,
11571=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.gotoKeyword, this.caseOrDefaultKeyword, this.expression, this.semicolonToken, diagnostics, GetAnnotations());
11574=> new GotoStatementSyntax(this.Kind, this.attributeLists, this.gotoKeyword, this.caseOrDefaultKeyword, this.expression, this.semicolonToken, GetDiagnostics(), annotations);