8 references to CanLiftType
Microsoft.CodeAnalysis.VisualBasic (8)
BoundTree\BoundCall.vb (3)
98Debug.Assert(OverloadResolution.CanLiftType(Method.ReturnType) AndAlso 120ElseIf OverloadResolution.CanLiftType(signatureType) AndAlso 129Debug.Assert(OverloadResolution.CanLiftType(signatureType) AndAlso
BoundTree\BoundUserDefinedBinaryOperator.vb (2)
46Debug.Assert(OverloadResolution.CanLiftType(parameter.Type)) 53(OverloadResolution.CanLiftType(underlyingCall.Method.ReturnType) AndAlso
BoundTree\BoundUserDefinedUnaryOperator.vb (2)
40Debug.Assert(OverloadResolution.CanLiftType(parameter.Type) AndAlso 46(OverloadResolution.CanLiftType(underlyingCall.Method.ReturnType) AndAlso
Semantics\Operators.vb (1)
3223If CanLiftType(returnType) Then