1 write to State
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
3684
Me.
State
= state
8 references to State
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\OverloadResolution.vb (8)
3539
Dim applicableCount As Integer = If(info.
State
= CandidateAnalysisResultState.Applicable, 1, 0)
3556
If info.
State
<> CandidateAnalysisResultState.Applicable Then
3575
If info.Candidate Is Nothing OrElse info.
State
= CandidateAnalysisResultState.Ambiguous Then
3590
If info2.Candidate Is Nothing OrElse info2.
State
= CandidateAnalysisResultState.Ambiguous Then
3636
If info.
State
<> CandidateAnalysisResultState.Ambiguous Then
3650
If info2.Candidate IsNot Nothing AndAlso info2.
State
= CandidateAnalysisResultState.Ambiguous Then
3790
Select Case candidate.
State
3870
Throw ExceptionUtilities.UnexpectedValue(candidate.
State
)