1 override of IsLifted
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
354
Public Overrides ReadOnly Property
IsLifted
As Boolean
17 references to IsLifted
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Operators.vb (6)
305
Not bestCandidate.
IsLifted
OrElse
613
If bestCandidate.Candidate.
IsLifted
Then
683
If bitwiseCandidate.
IsLifted
Then
780
If checkCandidate.
IsLifted
Then
1169
Not bestCandidate.
IsLifted
OrElse
1264
If bestCandidate.Candidate.
IsLifted
Then
Binding\Binder_Statements.vb (2)
3303
If(bestCandidate.
IsLifted
,
3308
If(bestCandidate.
IsLifted
,
Semantics\Conversions.vb (1)
1508
If results.BestResult.Value.Candidate.
IsLifted
Then
Semantics\OverloadResolution.vb (8)
2356
Not current.Candidate.
IsLifted
AndAlso
2363
contender.Candidate.
IsLifted
AndAlso
2387
Not current.Candidate.
IsLifted
AndAlso
2394
contender.Candidate.
IsLifted
AndAlso
4021
If existingCandidate.Candidate.
IsLifted
Then
4022
If Not newCandidate.Candidate.
IsLifted
Then
4026
ElseIf newCandidate.Candidate.
IsLifted
Then
4027
Debug.Assert(Not existingCandidate.Candidate.
IsLifted
)