6 references to BoundSwitchLabel
Microsoft.CodeAnalysis.CSharp (6)
Binder\SwitchBinder_Patterns.cs (5)
124newLabel = new BoundSwitchLabel(label.Syntax, label.Label, label.Pattern, label.WhenClause, hasErrors: true); 245return new BoundSwitchLabel(node, label, pattern, null, pattern.HasErrors); 256return new BoundSwitchLabel(node, label, pattern, null, hasErrors); 262return defaultLabel = new BoundSwitchLabel(node, label, pattern, null, hasErrors); 277return new BoundSwitchLabel(node, label, pattern,
Generated\BoundNodes.xml.Generated.cs (1)
5713var result = new BoundSwitchLabel(this.Syntax, label, pattern, whenClause, this.HasErrors);