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