2 overrides of GetValueOfSwitchOperation
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
23protected override IOperation GetValueOfSwitchOperation(ISwitchExpressionOperation operation)
AbstractPopulateSwitchStatementDiagnosticAnalyzer.cs (1)
23protected override IOperation GetValueOfSwitchOperation(ISwitchOperation operation)
1 reference to GetValueOfSwitchOperation
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractPopulateSwitchDiagnosticAnalyzer.cs (1)
95var value = GetValueOfSwitchOperation(operation);