3 writes to value
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14236
this.
value
= value;
14249
this.
value
= value;
14261
this.
value
= value;
4 references to value
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14271
public ExpressionSyntax Value => this.
value
;
14278
1 => this.
value
,
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);