3 writes to loadKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
27015
this.
loadKeyword
= loadKeyword;
27031
this.
loadKeyword
= loadKeyword;
27046
this.
loadKeyword
= loadKeyword;
5 references to loadKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
27055
public SyntaxToken LoadKeyword => this.
loadKeyword
;
27064
1 => this.
loadKeyword
,
27093
=> new LoadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
loadKeyword
, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
27096
=> new LoadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
loadKeyword
, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16875
public SyntaxToken LoadKeyword => new SyntaxToken(this, ((InternalSyntax.LoadDirectiveTriviaSyntax)this.Green).
loadKeyword
, GetChildPosition(1), GetChildIndex(1));