4 references to WithElseIfBlocks
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
14595
Return Me.
WithElseIfBlocks
(Me.ElseIfBlocks.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.Features (2)
SplitOrMergeIfStatements\VisualBasicIfLikeStatementGenerator.vb (2)
138
Return ifBlock.
WithElseIfBlocks
(otherIfBlock.ElseIfBlocks).WithElseBlock(otherIfBlock.ElseBlock)
186
Dim newIfBlock = ifBlock.
WithElseIfBlocks
(ifBlock.ElseIfBlocks.Insert(0, elseIfBlockToInsert))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19638
Dim withObj = objectUnderTest.WithIfStatement(objectUnderTest.IfStatement).WithStatements(objectUnderTest.Statements).
WithElseIfBlocks
(objectUnderTest.ElseIfBlocks).WithElseBlock(objectUnderTest.ElseBlock).WithEndIfStatement(objectUnderTest.EndIfStatement)