14 references to Candidates
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_Attributes.vb (1)
302
If results.
Candidates
.Length = 0 Then
Binding\Binder_Delegates.vb (1)
530
If resolutionResult.
Candidates
.Length = 0 Then
Binding\Binder_Invocation.vb (2)
799
If results.
Candidates
.Length = 0 Then
1698
For Each candidate In results.
Candidates
Binding\Binder_ObjectInitializer.vb (1)
414
If results.
Candidates
.Length = 0 Then
Binding\Binder_Operators.vb (3)
593
Debug.Assert(userDefinedOperator.
Candidates
.Length > 0)
660
Debug.Assert(bitwiseOperator.
Candidates
.Length > 0)
1244
Debug.Assert(userDefinedOperator.
Candidates
.Length > 0)
Binding\Binder_Query.vb (2)
4656
If results.
Candidates
.Length = 0 Then
4661
If results.
Candidates
.Length > 0 Then
Semantics\Operators.vb (4)
535
If Not userDefinedOperator.BestResult.HasValue AndAlso userDefinedOperator.
Candidates
.Length = 0 Then
538
If userDefinedOperator.
Candidates
.Length = 0 Then
905
ElseIf Not userDefinedOperator.BestResult.HasValue AndAlso userDefinedOperator.
Candidates
.Length = 0 Then
908
If userDefinedOperator.
Candidates
.Length = 0 Then