2 references to BindSwitchGoverningExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchExpressionBinder.cs (2)
31
var boundInputExpression =
BindSwitchGoverningExpression
(diagnostics);
192
inputExpression ??=
BindSwitchGoverningExpression
(BindingDiagnosticBag.Discarded);