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