2 overrides of TryGetEmbeddedStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.cs (1)
60protected override bool TryGetEmbeddedStatement(IfStatementSyntax ifStatement, [NotNullWhen(true)] out StatementSyntax? whenTrueStatement)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
58Protected Overrides Function TryGetEmbeddedStatement(ifBlock As MultiLineIfBlockSyntax, <NotNullWhen(True)> ByRef whenTrueStatement As StatementSyntax) As Boolean
1 reference to TryGetEmbeddedStatement
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
81if (!TryGetEmbeddedStatement(ifStatement, out var whenTrueStatement))