3 writes to endIfKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25544
this.
endIfKeyword
= endIfKeyword;
25558
this.
endIfKeyword
= endIfKeyword;
25571
this.
endIfKeyword
= endIfKeyword;
5 references to endIfKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25578
public SyntaxToken EndIfKeyword => this.
endIfKeyword
;
25586
1 => this.
endIfKeyword
,
25614
=> new EndIfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
endIfKeyword
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
25617
=> new EndIfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
endIfKeyword
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16076
public SyntaxToken EndIfKeyword => new SyntaxToken(this, ((InternalSyntax.EndIfDirectiveTriviaSyntax)this.Green).
endIfKeyword
, GetChildPosition(1), GetChildIndex(1));