3 references to BoundNullableIsTrueOperator
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Conversions.vb (1)
411
Return New
BoundNullableIsTrueOperator
(argument.Syntax, argument, booleanType).MakeCompilerGenerated()
Generated\BoundNodes.xml.Generated.vb (1)
1499
Dim result = New
BoundNullableIsTrueOperator
(Me.Syntax, operand, type, Me.HasErrors)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
1056
Return New
BoundNullableIsTrueOperator
(operand.Syntax, operand, operand.Type.GetNullableUnderlyingType())