2 references to SwitchGoverningExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchBinder.cs (1)
48protected TypeSymbol SwitchGoverningType => SwitchGoverningExpression.Type;
Binder\SwitchBinder_Patterns.cs (1)
39BoundExpression boundSwitchGoverningExpression = SwitchGoverningExpression;