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