1 override of IsLifted
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
380
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)
2716
Not current.Candidate.
IsLifted
AndAlso
2723
contender.Candidate.
IsLifted
AndAlso
2747
Not current.Candidate.
IsLifted
AndAlso
2754
contender.Candidate.
IsLifted
AndAlso
4507
If existingCandidate.Candidate.
IsLifted
Then
4508
If Not newCandidate.Candidate.
IsLifted
Then
4512
ElseIf newCandidate.Candidate.
IsLifted
Then
4513
Debug.Assert(Not existingCandidate.Candidate.
IsLifted
)