3 writes to colonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14136
this.
colonToken
= colonToken;
14154
this.
colonToken
= colonToken;
14171
this.
colonToken
= colonToken;
5 references to colonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14181
public override SyntaxToken ColonToken => this.
colonToken
;
14189
3 => this.
colonToken
,
14216
=> new CasePatternSwitchLabelSyntax(this.Kind, this.keyword, this.pattern, this.whenClause, this.
colonToken
, diagnostics, GetAnnotations());
14219
=> new CasePatternSwitchLabelSyntax(this.Kind, this.keyword, this.pattern, this.whenClause, this.
colonToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8813
public override SyntaxToken ColonToken => new SyntaxToken(this, ((InternalSyntax.CasePatternSwitchLabelSyntax)this.Green).
colonToken
, GetChildPosition(3), GetChildIndex(3));