1 write to State
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
4049
Me.
State
= state
8 references to State
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\OverloadResolution.vb (8)
3901
Dim applicableCount As Integer = If(info.
State
= CandidateAnalysisResultState.Applicable, 1, 0)
3918
If info.
State
<> CandidateAnalysisResultState.Applicable Then
3937
If info.Candidate Is Nothing OrElse info.
State
= CandidateAnalysisResultState.Ambiguous Then
3952
If info2.Candidate Is Nothing OrElse info2.
State
= CandidateAnalysisResultState.Ambiguous Then
3998
If info.
State
<> CandidateAnalysisResultState.Ambiguous Then
4014
If info2.Candidate IsNot Nothing AndAlso info2.
State
= CandidateAnalysisResultState.Ambiguous Then
4156
Select Case candidate.
State
4236
Throw ExceptionUtilities.UnexpectedValue(candidate.
State
)