2 overrides of Parameters
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
177
Public Overrides Function
Parameters
(index As Integer) As ParameterSymbol
416
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)
107
Dim param As ParameterSymbol = Me.
Parameters
(i)
121
Dim param As ParameterSymbol = Me.
Parameters
(i)
2178
Dim leftType As TypeSymbol = left.Candidate.
Parameters
(k).Type
2179
Dim rightType As TypeSymbol = right.Candidate.
Parameters
(k).Type
2765
If IsUnwrappingNullable(conv.Key, arguments(j).Type, current.Candidate.
Parameters
(j).Type) Then
2773
ElseIf IsUnwrappingNullable(conv.Value.ReturnType, current.Candidate.
Parameters
(j).Type, useSiteInfo) Then
3085
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
3103
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
3152
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
3288
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)
4492
Dim existingType As TypeSymbol = existingCandidate.Candidate.
Parameters
(j).Type
4493
Dim newType As TypeSymbol = newCandidate.Candidate.
Parameters
(j).Type
5203
Dim paramType As TypeSymbol = candidate.Candidate.
Parameters
(paramIndex).Type
5219
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)