2 overrides of Parameters
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
173
Public Overrides Function
Parameters
(index As Integer) As ParameterSymbol
390
Public Overrides Function
Parameters
(index As Integer) As ParameterSymbol
36 references to Parameters
Microsoft.CodeAnalysis.VisualBasic (36)
Binding\Binder_Delegates.vb (8)
813
Debug.Assert(bestCandidate.
Parameters
(parameterIndex).IsOptional)
817
bestCandidate.
Parameters
(lastCommonIndex).IsParamArray AndAlso
819
bestCandidate.
Parameters
(lastCommonIndex).IsByRef AndAlso
839
Dim conv = Conversions.ClassifyConversion(bestCandidate.
Parameters
(lastCommonIndex).Type,
852
If delegateInvoke.Parameters(parameterIndex).IsByRef <> bestCandidate.
Parameters
(parameterIndex).IsByRef Then
862
Dim lastTargetParameterIsByRef = bestCandidate.
Parameters
(candidateLastParameterIndex).IsByRef
863
Debug.Assert(bestCandidate.
Parameters
(candidateLastParameterIndex).IsParamArray)
889
Dim targetMethodParameterType = bestCandidate.
Parameters
(conversionIndex).Type
Binding\Binder_Invocation.vb (6)
1599
singleCandidate.
Parameters
(singleCandidate.ParameterCount - 1).IsParamArray)
2055
If paramIndex = candidate.ParameterCount - 1 AndAlso candidate.
Parameters
(paramIndex).IsParamArray Then
2079
candidate.
Parameters
(paramIndex).IsParamArray Then
2149
candidate.
Parameters
(paramIndex).IsParamArray Then
2300
Dim param As ParameterSymbol = candidate.
Parameters
(paramIndex)
2701
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)
Binding\Binder_Operators.vb (6)
276
(OverloadResolution.IsValidInLiftedSignature(bestCandidate.
Parameters
(0).Type) AndAlso
277
OverloadResolution.IsValidInLiftedSignature(bestCandidate.
Parameters
(1).Type) AndAlso
657
If Not operatorType.IsSameTypeIgnoringAll(bitwiseCandidate.
Parameters
(0).Type) OrElse
658
Not operatorType.IsSameTypeIgnoringAll(bitwiseCandidate.
Parameters
(1).Type) Then
705
If Not operatorType.IsSameTypeIgnoringAll(checkCandidate.
Parameters
(0).Type) Then
1140
(OverloadResolution.IsValidInLiftedSignature(bestCandidate.
Parameters
(0).Type) AndAlso
Binding\Binder_Statements.vb (2)
3268
If Not bestCandidate.
Parameters
(0).Type.IsSameTypeIgnoringAll(left.Type) OrElse
3269
Not bestCandidate.
Parameters
(1).Type.IsSameTypeIgnoringAll(left.Type) OrElse
Semantics\OverloadResolution.vb (14)
103
Dim param As ParameterSymbol = Me.
Parameters
(i)
117
Dim param As ParameterSymbol = Me.
Parameters
(i)
1818
Dim leftType As TypeSymbol = left.Candidate.
Parameters
(k).Type
1819
Dim rightType As TypeSymbol = right.Candidate.
Parameters
(k).Type
2405
If IsUnwrappingNullable(conv.Key, arguments(j).Type, current.Candidate.
Parameters
(j).Type) Then
2413
ElseIf IsUnwrappingNullable(conv.Value.ReturnType, current.Candidate.
Parameters
(j).Type, useSiteInfo) Then
2725
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
2743
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
2792
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
2928
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)
4034
Dim existingType As TypeSymbol = existingCandidate.Candidate.
Parameters
(j).Type
4035
Dim newType As TypeSymbol = newCandidate.Candidate.
Parameters
(j).Type
4803
Dim paramType As TypeSymbol = candidate.Candidate.
Parameters
(paramIndex).Type
4819
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)