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