3 writes to colonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
11346
this.
colonToken
= colonToken;
11364
this.
colonToken
= colonToken;
11381
this.
colonToken
= colonToken;
5 references to colonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
11390
public SyntaxToken ColonToken => this.
colonToken
;
11398
2 => this.
colonToken
,
11426
=> new LabeledStatementSyntax(this.Kind, this.attributeLists, this.identifier, this.
colonToken
, this.statement, diagnostics, GetAnnotations());
11429
=> new LabeledStatementSyntax(this.Kind, this.attributeLists, this.identifier, this.
colonToken
, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7076
public SyntaxToken ColonToken => new SyntaxToken(this, ((InternalSyntax.LabeledStatementSyntax)this.Green).
colonToken
, GetChildPosition(2), GetChildIndex(2));