2 overrides of Parameters
Microsoft.CodeAnalysis.VisualBasic (2)
Semantics\OverloadResolution.vb (2)
176
Public Overrides Function
Parameters
(index As Integer) As ParameterSymbol
415
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)
106
Dim param As ParameterSymbol = Me.
Parameters
(i)
120
Dim param As ParameterSymbol = Me.
Parameters
(i)
2177
Dim leftType As TypeSymbol = left.Candidate.
Parameters
(k).Type
2178
Dim rightType As TypeSymbol = right.Candidate.
Parameters
(k).Type
2764
If IsUnwrappingNullable(conv.Key, arguments(j).Type, current.Candidate.
Parameters
(j).Type) Then
2772
ElseIf IsUnwrappingNullable(conv.Value.ReturnType, current.Candidate.
Parameters
(j).Type, useSiteInfo) Then
3084
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
3102
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
3151
candidate.Candidate.
Parameters
(paramIndex).IsParamArray Then
3287
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)
4491
Dim existingType As TypeSymbol = existingCandidate.Candidate.
Parameters
(j).Type
4492
Dim newType As TypeSymbol = newCandidate.Candidate.
Parameters
(j).Type
5202
Dim paramType As TypeSymbol = candidate.Candidate.
Parameters
(paramIndex).Type
5218
Dim param As ParameterSymbol = candidate.Candidate.
Parameters
(paramIndex)