2 references to GetWhenTrueAssignment
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer.cs (1)
135
if (!
GetWhenTrueAssignment
(ifStatement, out _, out var assignment))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseCompoundCoalesceAssignmentCodeFixProvider.cs (1)
59
Contract.ThrowIfFalse(CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer.
GetWhenTrueAssignment
(