3 writes to refKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1602
this.
refKeyword
= refKeyword;
1618
this.
refKeyword
= refKeyword;
1633
this.
refKeyword
= refKeyword;
5 references to refKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1643
public SyntaxToken RefKeyword => this.
refKeyword
;
1651
0 => this.
refKeyword
,
1680
=> new RefTypeSyntax(this.Kind, this.
refKeyword
, this.readOnlyKeyword, this.type, diagnostics, GetAnnotations());
1683
=> new RefTypeSyntax(this.Kind, this.
refKeyword
, this.readOnlyKeyword, this.type, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1000
public SyntaxToken RefKeyword => new SyntaxToken(this, ((InternalSyntax.RefTypeSyntax)this.Green).
refKeyword
, Position, 0);