3 writes to colonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14238
this.
colonToken
= colonToken;
14251
this.
colonToken
= colonToken;
14263
this.
colonToken
= colonToken;
5 references to colonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14272
public override SyntaxToken ColonToken => this.
colonToken
;
14279
2 => this.
colonToken
,
14306
=> new CaseSwitchLabelSyntax(this.Kind, this.keyword, this.value, this.
colonToken
, diagnostics, GetAnnotations());
14309
=> new CaseSwitchLabelSyntax(this.Kind, this.keyword, this.value, this.
colonToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8878
public override SyntaxToken ColonToken => new SyntaxToken(this, ((InternalSyntax.CaseSwitchLabelSyntax)this.Green).
colonToken
, GetChildPosition(2), GetChildIndex(2));