32 references to IsValue
Microsoft.CodeAnalysis.VisualBasic (32)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1225
If Not method.IsReducedExtensionMethod OrElse Not receiver.
IsValue
() Then
1296
If Not method.IsReducedExtensionMethod OrElse Not receiverOpt.
IsValue
() Then
Binding\Binder_Conversions.vb (4)
76
Debug.Assert(argument.
IsValue
)
187
Debug.Assert(argument.
IsValue
)
331
Debug.Assert(argument.
IsValue
())
435
Debug.Assert(argument.
IsValue
())
Binding\Binder_Delegates.vb (1)
1094
If actualReceiver IsNot Nothing AndAlso actualReceiver.
IsValue
() AndAlso Not actualReceiver.HasErrors Then
Binding\Binder_Expressions.vb (8)
942
If Not receiver.
IsValue
() Then
1042
Debug.Assert(expr.
IsValue
)
1247
If Not expr.
IsValue
OrElse expr.Type Is Nothing OrElse expr.Type.IsVoidType Then
1257
If Not expr.
IsValue
() OrElse
1369
Debug.Assert(expr.
IsValue
())
1820
If base IsNot Nothing AndAlso base.
IsValue
() AndAlso
1843
receiver.
IsValue
() Then
4518
Debug.Assert(expression.
IsValue
())
Binding\Binder_Invocation.vb (1)
1033
receiver.
IsValue
AndAlso
Binding\Binder_Operators.vb (2)
237
Debug.Assert(left.
IsValue
)
238
Debug.Assert(right.
IsValue
)
Binding\Binder_Query.vb (3)
4326
If Not source.
IsValue
OrElse source.Type.IsErrorType Then
4418
Debug.Assert(source.
IsValue
)
4634
Debug.Assert(source.
IsValue
)
Binding\Binder_Statements.vb (1)
4813
If Not exceptionSource.
IsValue
OrElse exceptionSource.Type Is Nothing OrElse exceptionSource.Type.IsVoidType Then
BoundTree\BoundExpressionExtensions.vb (2)
71
Return DirectCast(node, BoundParenthesized).Expression.
IsValue
637
Debug.Assert(node.
IsValue
)
BoundTree\BoundQuerySource.vb (1)
15
Debug.Assert(source.
IsValue
() AndAlso Not source.IsLValue)
BoundTree\BoundSequence.vb (1)
47
Debug.Assert(val.
IsValue
AndAlso Not val.IsLValue AndAlso val.Type IsNot Nothing)
Lowering\UseTwiceRewriter.vb (2)
45
Debug.Assert(value.
IsValue
())
177
ElseIf value.
IsValue
AndAlso value.Type IsNot Nothing AndAlso Not value.Type.IsVoidType() Then
Lowering\WithExpressionRewriter.vb (1)
159
If value.
IsValue
AndAlso value.Type IsNot Nothing AndAlso Not value.Type.IsVoidType() Then
Semantics\Conversions.vb (3)
983
If Not (source.
IsValue
) Then
1808
If Not (source.
IsValue
) Then
1864
If Not (source.
IsValue
) Then