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