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