2 references to BoundSwitchLabel
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchBinder_Patterns.cs (1)
134
newLabel = new
BoundSwitchLabel
(label.Syntax, label.Label, label.Pattern, label.HasUnionMatching, label.WhenClause, hasErrors: true);
Generated\BoundNodes.xml.Generated.cs (1)
5803
var result = new
BoundSwitchLabel
(this.Syntax, label, pattern, hasUnionMatching, whenClause, this.HasErrors);