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
33 references to Parameters
Microsoft.CodeAnalysis.VisualBasic (33)
Binding\Binder_Delegates.vb (5)
810
Debug.Assert(bestCandidate.
Parameters
(parameterIndex).IsOptional)
849
If delegateInvoke.Parameters(parameterIndex).IsByRef <> bestCandidate.
Parameters
(parameterIndex).IsByRef Then
859
Dim lastTargetParameterIsByRef = bestCandidate.
Parameters
(candidateLastParameterIndex).IsByRef
860
Debug.Assert(bestCandidate.
Parameters
(candidateLastParameterIndex).IsParamArray)
886
Dim targetMethodParameterType = bestCandidate.
Parameters
(conversionIndex).Type
Binding\Binder_Invocation.vb (6)
1597
singleCandidate.
Parameters
(singleCandidate.ParameterCount - 1).IsParamArray)
2053
If paramIndex = candidate.ParameterCount - 1 AndAlso candidate.
Parameters
(paramIndex).IsParamArray Then
2077
candidate.
Parameters
(paramIndex).IsParamArray Then
2147
candidate.
Parameters
(paramIndex).IsParamArray Then
2294
Dim param As ParameterSymbol = candidate.
Parameters
(paramIndex)
2695
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)
Binding\Binder_Operators.vb (6)
306
(OverloadResolution.IsValidInLiftedSignature(bestCandidate.
Parameters
(0).Type) AndAlso
307
OverloadResolution.IsValidInLiftedSignature(bestCandidate.
Parameters
(1).Type) AndAlso
687
If Not operatorType.IsSameTypeIgnoringAll(bitwiseCandidate.
Parameters
(0).Type) OrElse
688
Not operatorType.IsSameTypeIgnoringAll(bitwiseCandidate.
Parameters
(1).Type) Then
735
If Not operatorType.IsSameTypeIgnoringAll(checkCandidate.
Parameters
(0).Type) Then
1170
(OverloadResolution.IsValidInLiftedSignature(bestCandidate.
Parameters
(0).Type) AndAlso
Binding\Binder_Statements.vb (2)
3297
If Not bestCandidate.
Parameters
(0).Type.IsSameTypeIgnoringAll(left.Type) OrElse
3298
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)