1 override of IsLifted
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
379
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)
2715
Not current.Candidate.
IsLifted
AndAlso
2722
contender.Candidate.
IsLifted
AndAlso
2746
Not current.Candidate.
IsLifted
AndAlso
2753
contender.Candidate.
IsLifted
AndAlso
4506
If existingCandidate.Candidate.
IsLifted
Then
4507
If Not newCandidate.Candidate.
IsLifted
Then
4511
ElseIf newCandidate.Candidate.
IsLifted
Then
4512
Debug.Assert(Not existingCandidate.Candidate.
IsLifted
)