2 references to BoundSwitchExpressionArm
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
1994
new
BoundSwitchExpressionArm
(oldCase.Syntax, oldCase.Locals, oldCase.Pattern, oldCase.WhenClause, newValue, oldCase.Label, oldCase.HasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
4935
var result = new
BoundSwitchExpressionArm
(this.Syntax, locals, pattern, whenClause, value, label, this.HasErrors);