3 writes to undefKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26184
this.
undefKeyword
= undefKeyword;
26200
this.
undefKeyword
= undefKeyword;
26215
this.
undefKeyword
= undefKeyword;
5 references to undefKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26224
public SyntaxToken UndefKeyword => this.
undefKeyword
;
26233
1 => this.
undefKeyword
,
26262
=> new UndefDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
undefKeyword
, this.name, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26265
=> new UndefDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
undefKeyword
, this.name, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16422
public SyntaxToken UndefKeyword => new SyntaxToken(this, ((InternalSyntax.UndefDirectiveTriviaSyntax)this.Green).
undefKeyword
, GetChildPosition(1), GetChildIndex(1));