3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26087
this.
name
= name;
26103
this.
name
= name;
26118
this.
name
= name;
5 references to name
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26126
public SyntaxToken Name => this.
name
;
26135
2 => this.
name
,
26163
=> new DefineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.defineKeyword, this.
name
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26166
=> new DefineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.defineKeyword, this.
name
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16372
public SyntaxToken Name => new SyntaxToken(this, ((InternalSyntax.DefineDirectiveTriviaSyntax)this.Green).
name
, GetChildPosition(2), GetChildIndex(2));