2 overrides of TryGetIncrementOrDecrement
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCompoundAssignmentDiagnosticAnalyzer.cs (1)
29protected override int TryGetIncrementOrDecrement(SyntaxKind opKind, object constantValue)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseCompoundAssignmentDiagnosticAnalyzer.vb (1)
27Protected Overrides Function TryGetIncrementOrDecrement(opKind As SyntaxKind, constantValue As Object) As Integer
1 reference to TryGetIncrementOrDecrement
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCompoundAssignmentDiagnosticAnalyzer.cs (1)
144var incrementOrDecrement = TryGetIncrementOrDecrement(binaryKind, constant);