3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11598
this.
name
= name;
11619
this.
name
= name;
11639
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11647
public IdentifierNameSyntax? Name => this.
name
;
11655
2 => this.
name
,
11683
=> new BreakStatementSyntax(this.Kind, this.attributeLists, this.breakKeyword, this.
name
, this.semicolonToken, diagnostics, GetAnnotations());
11686
=> new BreakStatementSyntax(this.Kind, this.attributeLists, this.breakKeyword, this.
name
, this.semicolonToken, GetDiagnostics(), annotations);