2 overrides of PostProcessElseIf
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseNullPropagationCodeFixProvider.cs (1)
54
protected override SyntaxNode
PostProcessElseIf
(IfStatementSyntax ifStatement, StatementSyntax newWhenTrueStatement)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicUseNullPropagationCodeFixProvider.vb (1)
42
Protected Overrides Function
PostProcessElseIf
(ifStatement As MultiLineIfBlockSyntax, newWhenTrueStatement As ExecutableStatementSyntax) As SyntaxNode
1 reference to PostProcessElseIf
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractUseNullPropagationCodeFixProvider.cs (1)
197
replacementNode =
PostProcessElseIf
(ifStatement, newWhenTrueStatement);