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)
275
Not bestCandidate.
IsLifted
OrElse
583
If bestCandidate.Candidate.
IsLifted
Then
653
If bitwiseCandidate.
IsLifted
Then
750
If checkCandidate.
IsLifted
Then
1139
Not bestCandidate.
IsLifted
OrElse
1234
If bestCandidate.Candidate.
IsLifted
Then
Binding\Binder_Statements.vb (2)
3274
If(bestCandidate.
IsLifted
,
3279
If(bestCandidate.
IsLifted
,
Semantics\Conversions.vb (1)
1504
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
)