2 overrides of GetSwitchType
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractPopulateSwitchExpressionCodeFixProvider.cs (1)
43
protected sealed override ITypeSymbol
GetSwitchType
(ISwitchExpressionOperation switchExpression)
AbstractPopulateSwitchStatementCodeFixProvider.cs (1)
59
protected sealed override ITypeSymbol
GetSwitchType
(ISwitchOperation switchOperation)
1 reference to GetSwitchType
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractPopulateSwitchCodeFixProvider.cs (1)
164
var enumType =
GetSwitchType
(switchOperation);