1 write to State
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
4050
Me.
State
= state
8 references to State
Microsoft.CodeAnalysis.VisualBasic (8)
Semantics\OverloadResolution.vb (8)
3902
Dim applicableCount As Integer = If(info.
State
= CandidateAnalysisResultState.Applicable, 1, 0)
3919
If info.
State
<> CandidateAnalysisResultState.Applicable Then
3938
If info.Candidate Is Nothing OrElse info.
State
= CandidateAnalysisResultState.Ambiguous Then
3953
If info2.Candidate Is Nothing OrElse info2.
State
= CandidateAnalysisResultState.Ambiguous Then
3999
If info.
State
<> CandidateAnalysisResultState.Ambiguous Then
4015
If info2.Candidate IsNot Nothing AndAlso info2.
State
= CandidateAnalysisResultState.Ambiguous Then
4157
Select Case candidate.
State
4237
Throw ExceptionUtilities.UnexpectedValue(candidate.
State
)