22 references to IsBad
Microsoft.CodeAnalysis.VisualBasic (22)
Preprocessor\CConst.vb (1)
148
If
IsBad
Then
Preprocessor\ExpressionEvaluator.vb (19)
124
If value.
IsBad
Then
286
If value.
IsBad
Then
560
If condition.
IsBad
Then
565
If cond.
IsBad
Then
571
If Not whenTrue.
IsBad
AndAlso Not whenFalse.
IsBad
Then
593
If whenTrue.
IsBad
Then
597
If whenFalse.
IsBad
Then
606
If value.
IsBad
Then
640
If value.
IsBad
Then
696
If value.
IsBad
Then
726
If value.
IsBad
Then
764
If value.
IsBad
Then
800
If value.
IsBad
Then
837
If value.
IsBad
Then
952
If Left.
IsBad
OrElse Right.
IsBad
Then
1066
If Left.
IsBad
Then
1071
If Right.
IsBad
Then
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