32 references to IsValue
Microsoft.CodeAnalysis.VisualBasic (32)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1209
If Not method.IsReducedExtensionMethod OrElse Not receiver.
IsValue
() Then
1280
If Not method.IsReducedExtensionMethod OrElse Not receiverOpt.
IsValue
() Then
Binding\Binder_Conversions.vb (4)
76
Debug.Assert(argument.
IsValue
)
183
Debug.Assert(argument.
IsValue
)
323
Debug.Assert(argument.
IsValue
())
427
Debug.Assert(argument.
IsValue
())
Binding\Binder_Delegates.vb (1)
1097
If actualReceiver IsNot Nothing AndAlso actualReceiver.
IsValue
() AndAlso Not actualReceiver.HasErrors Then
Binding\Binder_Expressions.vb (8)
921
If Not receiver.
IsValue
() Then
1021
Debug.Assert(expr.
IsValue
)
1226
If Not expr.
IsValue
OrElse expr.Type Is Nothing OrElse expr.Type.IsVoidType Then
1236
If Not expr.
IsValue
() OrElse
1348
Debug.Assert(expr.
IsValue
())
1795
If base IsNot Nothing AndAlso base.
IsValue
() AndAlso
1818
receiver.
IsValue
() Then
4491
Debug.Assert(expression.
IsValue
())
Binding\Binder_Invocation.vb (1)
1035
receiver.
IsValue
AndAlso
Binding\Binder_Operators.vb (2)
207
Debug.Assert(left.
IsValue
)
208
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)
4782
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)
43
Debug.Assert(value.
IsValue
())
175
ElseIf value.
IsValue
AndAlso value.Type IsNot Nothing AndAlso Not value.Type.IsVoidType() Then
Lowering\WithExpressionRewriter.vb (1)
152
If value.
IsValue
AndAlso value.Type IsNot Nothing AndAlso Not value.Type.IsVoidType() Then
Semantics\Conversions.vb (3)
979
If Not (source.
IsValue
) Then
1804
If Not (source.
IsValue
) Then
1860
If Not (source.
IsValue
) Then