3 writes to labels
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14002
this.
labels
= labels;
14019
this.
labels
= labels;
14035
this.
labels
= labels;
4 references to labels
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14047
public CoreSyntax.SyntaxList<SwitchLabelSyntax> Labels => new CoreSyntax.SyntaxList<SwitchLabelSyntax>(this.
labels
);
14056
0 => this.
labels
,
14084
=> new SwitchSectionSyntax(this.Kind, this.
labels
, this.statements, diagnostics, GetAnnotations());
14087
=> new SwitchSectionSyntax(this.Kind, this.
labels
, this.statements, GetDiagnostics(), annotations);