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