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