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