6 references to WithElseBlock
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
14622Return Me.WithElseBlock(_child.AddStatements(items))
Microsoft.CodeAnalysis.VisualBasic.Features (3)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.MultiLine.vb (2)
61updatedIf = updatedIf.WithElseBlock(SyntaxFactory.ElseBlock()) 63updatedIf = updatedIf.WithElseBlock(Nothing)
SplitOrMergeIfStatements\VisualBasicIfLikeStatementGenerator.vb (1)
138Return 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)
244WithElseBlock(Nothing).