2 references to WithCondition
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.SingleLine.vb (1)
70
.
WithCondition
(DirectCast(condition, ExpressionSyntax)) _
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19621
Dim withObj = objectUnderTest.WithIfKeyword(objectUnderTest.IfKeyword).
WithCondition
(objectUnderTest.Condition).WithThenKeyword(objectUnderTest.ThenKeyword).WithStatements(objectUnderTest.Statements).WithElseClause(objectUnderTest.ElseClause)