1 write to State
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
4048
Me.
State
= state
8 references to State
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\OverloadResolution.vb (8)
3900
Dim applicableCount As Integer = If(info.
State
= CandidateAnalysisResultState.Applicable, 1, 0)
3917
If info.
State
<> CandidateAnalysisResultState.Applicable Then
3936
If info.Candidate Is Nothing OrElse info.
State
= CandidateAnalysisResultState.Ambiguous Then
3951
If info2.Candidate Is Nothing OrElse info2.
State
= CandidateAnalysisResultState.Ambiguous Then
3997
If info.
State
<> CandidateAnalysisResultState.Ambiguous Then
4013
If info2.Candidate IsNot Nothing AndAlso info2.
State
= CandidateAnalysisResultState.Ambiguous Then
4155
Select Case candidate.
State
4235
Throw ExceptionUtilities.UnexpectedValue(candidate.
State
)