2 references to GetInputType
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchExpressionArmBinder.cs (1)
32
TypeSymbol inputType = _switchExpressionBinder.
GetInputType
();
Binder\SwitchExpressionBinder.cs (1)
178
TypeSymbol inputType =
GetInputType
(inputExpression);