3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11710
this.
name
= name;
11731
this.
name
= name;
11751
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11759
public IdentifierNameSyntax? Name => this.
name
;
11767
2 => this.
name
,
11795
=> new ContinueStatementSyntax(this.Kind, this.attributeLists, this.continueKeyword, this.
name
, this.semicolonToken, diagnostics, GetAnnotations());
11798
=> new ContinueStatementSyntax(this.Kind, this.attributeLists, this.continueKeyword, this.
name
, this.semicolonToken, GetDiagnostics(), annotations);