21 references to IsNullableOfBoolean
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\Binder_Conversions.vb (1)
410
Debug.Assert(argument.Type.
IsNullableOfBoolean
() AndAlso booleanType.IsBooleanType())
Binding\Binder_Operators.vb (1)
703
Debug.Assert(checkCandidate.ReturnType.IsBooleanType() OrElse checkCandidate.ReturnType.
IsNullableOfBoolean
())
BoundTree\BoundNullableIsTrueOperator.vb (1)
16
Debug.Assert(Operand.Type.
IsNullableOfBoolean
())
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (1)
105
Debug.Assert(node.Operand.Type.
IsNullableOfBoolean
())
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (10)
822
If optimizeForConditionalBranch AndAlso node.Type.
IsNullableOfBoolean
() AndAlso left.Type.
IsNullableOfBoolean
() AndAlso right.Type.
IsNullableOfBoolean
() AndAlso
851
If node.Left.Type.
IsNullableOfBoolean
Then
1040
Debug.Assert(node.Type.
IsNullableOfBoolean
())
1041
Debug.Assert(operand.Type.
IsNullableOfBoolean
())
1050
Debug.Assert(operand.Type.
IsNullableOfBoolean
())
1068
Debug.Assert(left.Type.
IsNullableOfBoolean
AndAlso right.Type.
IsNullableOfBoolean
AndAlso node.Type.
IsNullableOfBoolean
)
Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb (1)
140
If Not testExpressionType.
IsNullableOfBoolean
AndAlso testExpressionType.IsNullableType Then
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (3)
178
If Not _inExpressionLambda AndAlso expr.Type.
IsNullableOfBoolean
() Then
298
Debug.Assert(nullableOfBoolean.
IsNullableOfBoolean
)
304
Debug.Assert(nullableOfBoolean.
IsNullableOfBoolean
)
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
18
Debug.Assert(node.Operand.Type.
IsNullableOfBoolean
())
Operations\VisualBasicOperationFactory.vb (1)
1655
Debug.Assert(boundNullableIsTrueOperator.Operand.Type.
IsNullableOfBoolean
() AndAlso boundNullableIsTrueOperator.Type.IsBooleanType())
Semantics\Conversions.vb (1)
1472
If sourceType.
IsNullableOfBoolean
() Then