3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26186
this.
name
= name;
26202
this.
name
= name;
26217
this.
name
= name;
5 references to name
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26225
public SyntaxToken Name => this.
name
;
26234
2 => this.
name
,
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)
16424
public SyntaxToken Name => new SyntaxToken(this, ((InternalSyntax.UndefDirectiveTriviaSyntax)this.Green).
name
, GetChildPosition(2), GetChildIndex(2));