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