6 references to BoundSwitchLabel
Microsoft.CodeAnalysis.CSharp (6)
Binder\SwitchBinder_Patterns.cs (5)
134newLabel = new BoundSwitchLabel(label.Syntax, label.Label, label.Pattern, label.WhenClause, hasErrors: true); 255return new BoundSwitchLabel(node, label, pattern, null, pattern.HasErrors); 266return new BoundSwitchLabel(node, label, pattern, null, hasErrors); 272return defaultLabel = new BoundSwitchLabel(node, label, pattern, null, hasErrors); 287return new BoundSwitchLabel(node, label, pattern,
Generated\BoundNodes.xml.Generated.cs (1)
5719var result = new BoundSwitchLabel(this.Syntax, label, pattern, whenClause, this.HasErrors);