2 overrides of TryGetPreviousStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.cs (1)
72
protected override StatementSyntax?
TryGetPreviousStatement
(IfStatementSyntax ifStatement)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
71
Protected Overrides Function
TryGetPreviousStatement
(ifBlock As MultiLineIfBlockSyntax) As StatementSyntax
1 reference to TryGetPreviousStatement
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
74
var previousStatement =
TryGetPreviousStatement
(ifStatement);