2 references to IsBooleanTrue
Microsoft.CodeAnalysis.VisualBasic (2)
Scanner\Directives.vb (2)
408
Dim takeThisBranch = If(value.IsBad OrElse value.
IsBooleanTrue
,
449
ElseIf takeThisBranch = ConditionalState.BranchTakenState.NotTaken AndAlso Not value.IsBad AndAlso value.
IsBooleanTrue
Then