6 references to WithElseBlock
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
14622
Return Me.
WithElseBlock
(_child.AddStatements(items))
Microsoft.CodeAnalysis.VisualBasic.Features (3)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.MultiLine.vb (2)
61
updatedIf = updatedIf.
WithElseBlock
(SyntaxFactory.ElseBlock())
63
updatedIf = updatedIf.
WithElseBlock
(Nothing)
SplitOrMergeIfStatements\VisualBasicIfLikeStatementGenerator.vb (1)
138
Return ifBlock.WithElseIfBlocks(otherIfBlock.ElseIfBlocks).
WithElseBlock
(otherIfBlock.ElseBlock)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\BasicDoNotGuardCall.Fixer.vb (1)
59
.
WithElseBlock
(Nothing) _
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (1)
244
WithElseBlock
(Nothing).