3 writes to scopedKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1697
this.
scopedKeyword
= scopedKeyword;
1708
this.
scopedKeyword
= scopedKeyword;
1718
this.
scopedKeyword
= scopedKeyword;
5 references to scopedKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1723
public SyntaxToken ScopedKeyword => this.
scopedKeyword
;
1729
0 => this.
scopedKeyword
,
1757
=> new ScopedTypeSyntax(this.Kind, this.
scopedKeyword
, this.type, diagnostics, GetAnnotations());
1760
=> new ScopedTypeSyntax(this.Kind, this.
scopedKeyword
, this.type, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1054
public SyntaxToken ScopedKeyword => new SyntaxToken(this, ((InternalSyntax.ScopedTypeSyntax)this.Green).
scopedKeyword
, Position, 0);